From d3cc6289f747641528f09a527d37381b0fb0b9a2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Jul 2026 18:13:46 +0000 Subject: [PATCH] Update sphinx requirement from ~=8.2.3 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/v8.2.3...v9.1.0) --- updated-dependencies: - dependency-name: sphinx dependency-version: 9.1.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 4069364..b5ef7e2 100644 --- a/setup.cfg +++ b/setup.cfg @@ -71,7 +71,7 @@ dev = pytest-xdist~=3.3.1 pre-commit~=3.3.3 detect-secrets~=1.5.0 - sphinx~=8.2.3 + sphinx~=9.1.0 sphinx-rtd-theme~=3.0.2 sphinxcontrib-googleanalytics~=0.5 tox~=4.11.0