From 756a50f00b6b8befa151745ccf9c0909895ad09b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Mar 2023 17:03:07 +0000 Subject: [PATCH] Bump ipywidgets from 8.0.4 to 8.0.5 Bumps [ipywidgets](https://github.com/jupyter-widgets/ipywidgets) from 8.0.4 to 8.0.5. - [Release notes](https://github.com/jupyter-widgets/ipywidgets/releases) - [Commits](https://github.com/jupyter-widgets/ipywidgets/compare/8.0.4...8.0.5) --- updated-dependencies: - dependency-name: ipywidgets dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 2ca5698cea..cd11db6b6b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -65,7 +65,7 @@ doc = [ "ansys-sphinx-theme==0.9.5", "pypandoc==1.11", "nbsphinx==0.9.1", - "ipywidgets==8.0.4", + "ipywidgets==8.0.5", "joblib==1.2.0", "scikit-learn==1.2.2", "ipython==8.11.0",