From 012adf9b122c3ee15309f475d29fb74712376a5a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Aug 2025 23:42:51 +0000 Subject: [PATCH] fix: bump notebook from 7.4.4 to 7.4.5 Bumps [notebook](https://github.com/jupyter/notebook) from 7.4.4 to 7.4.5. - [Release notes](https://github.com/jupyter/notebook/releases) - [Changelog](https://github.com/jupyter/notebook/blob/@jupyter-notebook/tree@7.4.5/CHANGELOG.md) - [Commits](https://github.com/jupyter/notebook/compare/@jupyter-notebook/tree@7.4.4...@jupyter-notebook/tree@7.4.5) --- updated-dependencies: - dependency-name: notebook dependency-version: 7.4.5 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 e70cb6a..de13bf7 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.4.4 +notebook==7.4.5 ipywidgets==8.1.7 # Other Useful Libraries: