From c6df2b29c5a50942afbd2c1df441aab39c9696f4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 Apr 2026 03:12:36 +0000 Subject: [PATCH] Update sphinx requirement from ==8.* to ==9.* 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/compare/v8.0.0rc1...v9.1.0) --- updated-dependencies: - dependency-name: sphinx dependency-version: 9.1.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements-dev.txt | 2 +- requirements-readthedocs.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 2107597..3a9eb69 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -10,5 +10,5 @@ wheel docutils == 0.21.* furo myst-parser == 4.* -sphinx == 8.* +sphinx == 9.* sphinx-autodoc-typehints == 3.* diff --git a/requirements-readthedocs.txt b/requirements-readthedocs.txt index f24bee6..ba5bc07 100644 --- a/requirements-readthedocs.txt +++ b/requirements-readthedocs.txt @@ -6,5 +6,5 @@ pyjson5 == 2.0.0 docutils == 0.21.* furo myst-parser == 4.* -sphinx == 8.* +sphinx == 9.* sphinx-autodoc-typehints == 3.*