From 1297cc1b31f65ea250046af0fbe82140cb2b5b81 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Dec 2025 21:05:32 +0000 Subject: [PATCH] Update sphinx requirement from <9.0.2 to <9.0.5 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/v9.0.4/CHANGES.rst) - [Commits](https://github.com/sphinx-doc/sphinx/compare/v3.5.0...v9.0.4) --- updated-dependencies: - dependency-name: sphinx dependency-version: 9.0.4 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 805619a..23f89d3 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.2 + sphinx < 9.0.5 jaraco.packaging >= 9.3 rst.linker >= 1.9 furo