From 289ee68a46af44a5e4f685ff8a87a210bbf466ea Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Mar 2023 17:03:31 +0000 Subject: [PATCH] Bump ipywidgets from 8.0.5 to 8.0.6 Bumps [ipywidgets](https://github.com/jupyter-widgets/ipywidgets) from 8.0.5 to 8.0.6. - [Release notes](https://github.com/jupyter-widgets/ipywidgets/releases) - [Commits](https://github.com/jupyter-widgets/ipywidgets/compare/8.0.5...8.0.6) --- 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 e8be8c92a8..ec0cee1558 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.5", + "ipywidgets==8.0.6", "joblib==1.2.0", "scikit-learn==1.2.2", "ipython==8.11.0",