From e38f9fe850472e4e5376e163828cfd7dad31e7b3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Jan 2026 08:52:42 +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 abdd52b..f960e62 100644 --- a/requirements.txt +++ b/requirements.txt @@ -38,7 +38,7 @@ psycopg2-binary==2.9.10 # Jupyter Notebook Libraries: jupyter==1.1.1 notebook==7.4.5 -ipywidgets==8.1.7 +ipywidgets==8.1.8 # Other Useful Libraries: joblib==1.5.1