From c1015ea63a32a7eedc86dc74184269dde830a24c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 4 Mar 2025 14:16:44 +0000 Subject: [PATCH] Bump the pip-version group across 1 directory with 2 updates Bumps the pip-version group with 2 updates in the / directory: [nbsphinx](https://github.com/spatialaudio/nbsphinx) and [numpy](https://github.com/numpy/numpy). Updates `nbsphinx` from 0.9.6 to 0.9.7 - [Release notes](https://github.com/spatialaudio/nbsphinx/releases) - [Changelog](https://github.com/spatialaudio/nbsphinx/blob/master/NEWS.rst) - [Commits](https://github.com/spatialaudio/nbsphinx/compare/0.9.6...0.9.7) Updates `numpy` from 2.2.2 to 2.2.3 - [Release notes](https://github.com/numpy/numpy/releases) - [Changelog](https://github.com/numpy/numpy/blob/main/doc/RELEASE_WALKTHROUGH.rst) - [Commits](https://github.com/numpy/numpy/compare/v2.2.2...v2.2.3) --- updated-dependencies: - dependency-name: nbsphinx dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pip-version - dependency-name: numpy dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pip-version ... Signed-off-by: dependabot[bot] --- sphinx-doc/requirements.in | 4 ++-- sphinx-doc/requirements.txt | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/sphinx-doc/requirements.in b/sphinx-doc/requirements.in index 085d86905d..4384668b52 100644 --- a/sphinx-doc/requirements.in +++ b/sphinx-doc/requirements.in @@ -1,7 +1,7 @@ ipython==8.32.0 nbconvert==7.16.6 -nbsphinx==0.9.6 -numpy==2.2.2 +nbsphinx==0.9.7 +numpy==2.2.3 pandoc==2.4 sphinx==8.1.3 furo==2024.8.6 diff --git a/sphinx-doc/requirements.txt b/sphinx-doc/requirements.txt index eb4d442ed4..861a487410 100644 --- a/sphinx-doc/requirements.txt +++ b/sphinx-doc/requirements.txt @@ -80,9 +80,9 @@ nbformat==5.10.4 # nbclient # nbconvert # nbsphinx -nbsphinx==0.9.6 +nbsphinx==0.9.7 # via -r sphinx-doc/requirements.in -numpy==2.2.2 +numpy==2.2.3 # via -r sphinx-doc/requirements.in packaging==24.2 # via