From ffa48eb186ae634ddeb6e1591954f2c22c4d9f02 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Mar 2026 11:26:18 +0000 Subject: [PATCH] deps: bump the sphinx-updates group across 1 directory with 3 updates Bumps the sphinx-updates group with 3 updates in the / directory: [docutils](https://github.com/rtfd/recommonmark), [imagesize](https://github.com/shibukawa/imagesize_py) and [nbsphinx](https://github.com/spatialaudio/nbsphinx). Updates `docutils` from 0.21.2 to 0.22.4 - [Changelog](https://github.com/readthedocs/recommonmark/blob/master/CHANGELOG.md) - [Commits](https://github.com/rtfd/recommonmark/commits) Updates `imagesize` from 1.4.1 to 2.0.0 - [Commits](https://github.com/shibukawa/imagesize_py/compare/1.4.1...2.0.0) Updates `nbsphinx` from 0.9.6 to 0.9.8 - [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.8) --- updated-dependencies: - dependency-name: docutils dependency-version: 0.22.4 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: sphinx-updates - dependency-name: imagesize dependency-version: 2.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: sphinx-updates - dependency-name: nbsphinx dependency-version: 0.9.8 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: sphinx-updates ... Signed-off-by: dependabot[bot] --- docs/requirements.txt | 6 +++--- requirements.txt | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index 7a51b293c..25247b1a8 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -56,7 +56,7 @@ defusedxml==0.7.1 # nbconvert docstring-parser==0.17.0 # via pyopenms_viz (pyproject.toml) -docutils==0.21.2 +docutils==0.22.4 # via # nbsphinx # pydata-sphinx-theme @@ -69,7 +69,7 @@ fonttools==4.61.1 # via matplotlib idna==3.11 # via requests -imagesize==1.4.1 +imagesize==2.0.0 # via sphinx iniconfig==2.3.0 # via pytest @@ -127,7 +127,7 @@ nbformat==5.10.4 # nbclient # nbconvert # nbsphinx -nbsphinx==0.9.6 +nbsphinx==0.9.8 # via pyopenms_viz (pyproject.toml) nest-asyncio==1.6.0 # via ipykernel diff --git a/requirements.txt b/requirements.txt index 28e8c040c..7e927fa36 100644 --- a/requirements.txt +++ b/requirements.txt @@ -56,7 +56,7 @@ defusedxml==0.7.1 # nbconvert docstring-parser==0.17.0 # via pyopenms_viz (pyproject.toml) -docutils==0.21.2 +docutils==0.22.4 # via # nbsphinx # pydata-sphinx-theme @@ -69,7 +69,7 @@ fonttools==4.61.1 # via matplotlib idna==3.11 # via requests -imagesize==1.4.1 +imagesize==2.0.0 # via sphinx iniconfig==2.3.0 # via pytest