From de99ec46c77763aa0ede972269e517ca05ad754a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 5 Dec 2025 21:37:38 +0000 Subject: [PATCH] fix: bump notebook from 7.4.7 to 7.5.0 Bumps [notebook](https://github.com/jupyter/notebook) from 7.4.7 to 7.5.0. - [Release notes](https://github.com/jupyter/notebook/releases) - [Changelog](https://github.com/jupyter/notebook/blob/main/CHANGELOG.md) - [Commits](https://github.com/jupyter/notebook/compare/@jupyter-notebook/tree@7.4.7...@jupyter-notebook/tree@7.5.0) --- updated-dependencies: - dependency-name: notebook dependency-version: 7.5.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 243e20e..df79e4c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -41,7 +41,7 @@ psycopg2-binary==2.9.11 # Jupyter Notebook Libraries: jupyter==1.1.1 -notebook==7.4.7 +notebook==7.5.0 ipywidgets==8.1.8 # Other Useful Libraries: