From 52ded5ec8478ceca3d03ca5e330836b07567fbb8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Dec 2025 09:56:38 +0000 Subject: [PATCH] Update sphinx requirement from <9.0,>=5.0 to >=5.0,<10.0 in /docs 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/v5.0.0...v9.0.0) --- updated-dependencies: - dependency-name: sphinx dependency-version: 9.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- docs/requirements-docs.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/requirements-docs.txt b/docs/requirements-docs.txt index a54dbf10..096561ad 100644 --- a/docs/requirements-docs.txt +++ b/docs/requirements-docs.txt @@ -6,5 +6,5 @@ # on sphinx >=1.6, <6.0 # => The sphix requirement must not be >=6.0 -sphinx >=5.0, <9.0 +sphinx >=5.0, <10.0 sphinx-rtd-theme >=1.0, <3.0