From 7b69b8b042093e5f0c36f26ff0441950dcec6fff Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 May 2026 20:45:04 +0000 Subject: [PATCH 1/2] Update sphinx requirement from <8.0.0,>=5.0.1 to >=9.1.0,<10.0.0 Updates the requirements on [sphinx](https://github.com/sphinx-doc/sphinx) to permit the latest version. - [Release notes](https://github.com/sphinx-doc/sphinx/releases) - [Changelog](https://github.com/sphinx-doc/sphinx/blob/master/CHANGES.rst) - [Commits](https://github.com/sphinx-doc/sphinx/commits/v9.1.0) --- updated-dependencies: - dependency-name: sphinx dependency-version: 9.1.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- conda/conda-reqs-dev.txt | 2 +- docs/requirements.txt | 2 +- requirements-dev.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/conda/conda-reqs-dev.txt b/conda/conda-reqs-dev.txt index 9b8b98ff..89a9647f 100644 --- a/conda/conda-reqs-dev.txt +++ b/conda/conda-reqs-dev.txt @@ -24,6 +24,6 @@ pytest-xdist>=2.5.0 respx>=0.20.1 ruff>=0.6.6 sphinx_rtd_theme>=0.5.1 -sphinx>=2.1.2 +sphinx>=9.1.0 virtualenv diff --git a/docs/requirements.txt b/docs/requirements.txt index 8b78dce1..a5252f3a 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -20,5 +20,5 @@ typing-extensions>=4.15.0 readthedocs-sphinx-ext>=2.2.5 seed_intersphinx_mapping sphinx-rtd-theme>=3.1.0,<4.0 -sphinx>=9.0,<10.0 +sphinx>=9.1.0,<10.0 sphinxcontrib-jquery>=4.1,<5 diff --git a/requirements-dev.txt b/requirements-dev.txt index e5d94046..3d489556 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -28,6 +28,6 @@ responses>=0.13.2 respx>=0.20.1 ruff>=0.15.12 sphinx-rtd-theme>=3.1.0 -sphinx>=5.0.1,<8.0.0 +sphinx>=9.1.0,<10.0.0 types-attrs>=19.0.0 types-requests>=2.32.0 From 2ce296d584465c4bd27927b1d51364a063609f4f Mon Sep 17 00:00:00 2001 From: Florian BRACQ Date: Mon, 1 Jun 2026 13:07:42 +0000 Subject: [PATCH 2/2] Update sphinx version based on python version --- conda/conda-reqs-dev.txt | 3 ++- docs/requirements.txt | 3 ++- requirements-dev.txt | 3 ++- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/conda/conda-reqs-dev.txt b/conda/conda-reqs-dev.txt index 89a9647f..68fe9cea 100644 --- a/conda/conda-reqs-dev.txt +++ b/conda/conda-reqs-dev.txt @@ -24,6 +24,7 @@ pytest-xdist>=2.5.0 respx>=0.20.1 ruff>=0.6.6 sphinx_rtd_theme>=0.5.1 -sphinx>=9.1.0 +sphinx>=8.1.3; python_version <= '3.11' +sphinx>=9.1.0; python_version >= '3.12' virtualenv diff --git a/docs/requirements.txt b/docs/requirements.txt index a5252f3a..3808c53f 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -20,5 +20,6 @@ typing-extensions>=4.15.0 readthedocs-sphinx-ext>=2.2.5 seed_intersphinx_mapping sphinx-rtd-theme>=3.1.0,<4.0 -sphinx>=9.1.0,<10.0 +sphinx>=8.1.3; python_version <= '3.11' +sphinx>=9.1.0; python_version >= '3.12' sphinxcontrib-jquery>=4.1,<5 diff --git a/requirements-dev.txt b/requirements-dev.txt index 3d489556..f85a0610 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -28,6 +28,7 @@ responses>=0.13.2 respx>=0.20.1 ruff>=0.15.12 sphinx-rtd-theme>=3.1.0 -sphinx>=9.1.0,<10.0.0 +sphinx>=8.1.3; python_version <= '3.11' +sphinx>=9.1.0; python_version >= '3.12' types-attrs>=19.0.0 types-requests>=2.32.0