From d12f8bf0e733367e4650858c9e16f478816ec41f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 12 Mar 2026 08:07:19 +0000 Subject: [PATCH] build(deps): bump notebook from 7.5.4 to 7.5.5 Bumps [notebook](https://github.com/jupyter/notebook) from 7.5.4 to 7.5.5. - [Release notes](https://github.com/jupyter/notebook/releases) - [Changelog](https://github.com/jupyter/notebook/blob/@jupyter-notebook/tree@7.5.5/CHANGELOG.md) - [Commits](https://github.com/jupyter/notebook/compare/@jupyter-notebook/tree@7.5.4...@jupyter-notebook/tree@7.5.5) --- updated-dependencies: - dependency-name: notebook dependency-version: 7.5.5 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 346f47086..695c7dffb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,7 +17,7 @@ dependencies = [ "crowdin-api-client==1.26.0", "ipython==9.11.0", "itables==2.7.1", - "notebook==7.5.4", + "notebook==7.5.5", "pandas==3.0.1", "pillow==12.1.1", "plotly==5.24.1",