From 4b2f74d7ea145dcfdbf2163124224a072cdbe36a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Jan 2026 21:08:06 +0000 Subject: [PATCH] fix: bump ipywidgets from 8.1.7 to 8.1.8 Bumps [ipywidgets](https://github.com/jupyter-widgets/ipywidgets) from 8.1.7 to 8.1.8. - [Release notes](https://github.com/jupyter-widgets/ipywidgets/releases) - [Commits](https://github.com/jupyter-widgets/ipywidgets/compare/8.1.7...8.1.8) --- updated-dependencies: - dependency-name: ipywidgets dependency-version: 8.1.8 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 9a3a283..f9bf7c9 100644 --- a/requirements.txt +++ b/requirements.txt @@ -33,7 +33,7 @@ psycopg2-binary==2.9.10 # Jupyter Notebook Libraries: jupyter==1.1.1 notebook==7.5.0 -ipywidgets==8.1.7 +ipywidgets==8.1.8 # Other Useful Libraries: joblib==1.5.3