From 2df79f6cb398e7bc9fdd1930f96ae9a176f2e146 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 Jun 2026 05:56:35 +0000 Subject: [PATCH] build(deps-dev): bump the pip group across 1 directory with 3 updates Bumps the pip group with 3 updates in the / directory: [setuptools](https://github.com/pypa/setuptools), [notebook](https://github.com/jupyter/notebook) and [wheel](https://github.com/pypa/wheel). Updates `setuptools` from 69.0.2 to 78.1.1 - [Release notes](https://github.com/pypa/setuptools/releases) - [Changelog](https://github.com/pypa/setuptools/blob/main/NEWS.rst) - [Commits](https://github.com/pypa/setuptools/compare/v69.0.2...v78.1.1) Updates `notebook` from 7.0.6 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.0.6...@jupyter-notebook/tree@7.5.6) Updates `wheel` from 0.42.0 to 0.46.2 - [Release notes](https://github.com/pypa/wheel/releases) - [Changelog](https://github.com/pypa/wheel/blob/main/docs/news.rst) - [Commits](https://github.com/pypa/wheel/compare/0.42.0...0.46.2) --- updated-dependencies: - dependency-name: setuptools dependency-version: 78.1.1 dependency-type: direct:development dependency-group: pip - dependency-name: notebook dependency-version: 7.5.6 dependency-type: direct:development dependency-group: pip - dependency-name: wheel dependency-version: 0.46.2 dependency-type: direct:development dependency-group: pip ... Signed-off-by: dependabot[bot] --- requirements-dev.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 01063f6..ff6c0be 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -48,7 +48,7 @@ pre-commit==3.5.0 ipython==8.18.1 ipdb==0.13.13 jupyter==1.0.0 -notebook==7.0.6 +notebook==7.5.6 # Performance profiling # ===================== @@ -63,9 +63,9 @@ safety==2.3.5 # Build and distribution # ====================== build==1.0.3 -wheel==0.42.0 +wheel==0.46.2 twine==4.0.2 -setuptools==69.0.2 +setuptools==78.1.1 # Debugging # =========