From 4bf1ef823720f1c4221a9dfb85d95bdfb88e824c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Apr 2026 22:45:36 +0000 Subject: [PATCH] Update ipywidgets requirement from >=8.1.2 to >=8.1.8 Updates the requirements on [ipywidgets](https://github.com/jupyter-widgets/ipywidgets) to permit the latest version. - [Release notes](https://github.com/jupyter-widgets/ipywidgets/releases) - [Commits](https://github.com/jupyter-widgets/ipywidgets/compare/8.1.2...8.1.8) --- updated-dependencies: - dependency-name: ipywidgets dependency-version: 8.1.8 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 30551cb..610adc5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -55,7 +55,7 @@ poethepoet = ">=0.25.0" pytest = ">=8.0.2" coverage = ">=7.4.3" jupyter = ">=1.0.0" -ipywidgets = ">=8.1.2" +ipywidgets = ">=8.1.8" nbconvert = ">=7.16.2" portray = ">=1.8.0" itables = ">=2.0.0"