From 57cff6dc36a22ebdc53b83259d856625263bf12c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Jun 2024 06:52:54 +0000 Subject: [PATCH] Bump notebook from 7.1.3 to 7.2.1 Bumps [notebook](https://github.com/jupyter/notebook) from 7.1.3 to 7.2.1. - [Release notes](https://github.com/jupyter/notebook/releases) - [Changelog](https://github.com/jupyter/notebook/blob/@jupyter-notebook/tree@7.2.1/CHANGELOG.md) - [Commits](https://github.com/jupyter/notebook/compare/@jupyter-notebook/tree@7.1.3...@jupyter-notebook/tree@7.2.1) --- updated-dependencies: - dependency-name: notebook dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- requirements-dev.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 839bc01..11998e2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -42,7 +42,7 @@ dev = [ "tox==4.11.4", "build==1.0.3", "pdoc==14.4.0", - "notebook==7.1.3" + "notebook==7.2.1" ] [project.urls] diff --git a/requirements-dev.txt b/requirements-dev.txt index c2a02e3..5c8ea3d 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -3,4 +3,4 @@ pylint==3.2.2 tox==4.11.4 build==1.0.3 pdoc==14.4.0 -notebook==7.1.3 +notebook==7.2.1