From 8690ff5696538946708b33d09c4cee944294f344 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 Apr 2026 17:57:02 +0000 Subject: [PATCH] Bump notebook from 7.3.3 to 7.5.6 Bumps [notebook](https://github.com/jupyter/notebook) from 7.3.3 to 7.5.6. - [Release notes](https://github.com/jupyter/notebook/releases) - [Changelog](https://github.com/jupyter/notebook/blob/@jupyter-notebook/tree@7.5.6/CHANGELOG.md) - [Commits](https://github.com/jupyter/notebook/compare/@jupyter-notebook/tree@7.3.3...@jupyter-notebook/tree@7.5.6) --- updated-dependencies: - dependency-name: notebook dependency-version: 7.5.6 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Pipfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Pipfile b/Pipfile index 5fdec18b..4487b6b4 100644 --- a/Pipfile +++ b/Pipfile @@ -12,7 +12,7 @@ connect = "==0.2" # cyminiball = "==2.1.1" DicomRTTool = "==2.2.0" matplotlib = "==3.10.1" -notebook = "==7.3.3" +notebook = "==7.5.6" numpy = "==1.26.0" pandas = "==2.2.3" Pillow = "==11.1.0"