From 5ba1f042b6489ba47a69d6c5778c5a6110f7f16c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Jan 2026 21:07:18 +0000 Subject: [PATCH] Update sphinx requirement from <9.0.5 to <9.1.1 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/v3.5.0...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 23f89d3..a7dddc1 100644 --- a/setup.cfg +++ b/setup.cfg @@ -53,7 +53,7 @@ docs = # upstream sphinx >= 3.5 # workaround for sphinx/sphinx-doc#11662 - sphinx < 9.0.5 + sphinx < 9.1.1 jaraco.packaging >= 9.3 rst.linker >= 1.9 furo