From 5032b37f43c4261c84d8625f5f6dfb017fd3673c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Jan 2026 04:23:30 +0000 Subject: [PATCH] Update sphinx requirement from <=7.1.2 to <=9.1.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/compare/v0.1.61611...v9.1.0) --- updated-dependencies: - dependency-name: sphinx dependency-version: 9.1.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- docs/requirements.txt | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index 334e78215..4773d9b45 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -4,7 +4,7 @@ urllib3<2 # The builds for documentation fails with <0.18.0 docutils>=0.18.1 -sphinx<=7.1.2 +sphinx<=9.1.0 six testresources recommonmark diff --git a/pyproject.toml b/pyproject.toml index 23631c12b..a04115c1c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ requires = [ # Documentation requirements (see docs/requirements.txt for details) "urllib3<2", "docutils>=0.18.1", - "sphinx<=7.1.2", + "sphinx<=9.1.0", "six", "testresources", "recommonmark",