From aa6f35440e890c9fd2baa21f9292d15d0d4fd831 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 11 Jul 2023 00:24:38 +0000 Subject: [PATCH] Bump ipywidgets from 8.0.6 to 8.0.7 Bumps [ipywidgets](https://github.com/jupyter-widgets/ipywidgets) from 8.0.6 to 8.0.7. - [Release notes](https://github.com/jupyter-widgets/ipywidgets/releases) - [Commits](https://github.com/jupyter-widgets/ipywidgets/compare/8.0.6...8.0.7) --- updated-dependencies: - dependency-name: ipywidgets dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 80902d5..a10fd35 100644 --- a/setup.py +++ b/setup.py @@ -34,7 +34,7 @@ install_requires=[ 'pyiron_base==0.6.1', 'pyiron_atomistics==0.3.0', - 'ipywidgets==8.0.6', + 'ipywidgets==8.0.7', 'matplotlib==3.7.2', 'nbconvert==7.4.0', 'nbformat==5.9.1',