From 654c76ccf46a25b55f0bff4ba1d0a6ba94abb2f0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Dec 2025 03:01:42 +0000 Subject: [PATCH] Update sphinx requirement from <9.0,>=6.0 to >=6.0,<10.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/v6.0.0...v9.0.1) --- updated-dependencies: - dependency-name: sphinx dependency-version: 9.0.1 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 2db49c5..78ec315 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -42,7 +42,7 @@ dev = [ "build", "setuptools", "wheel", - "Sphinx>=6.0,<9.0", + "Sphinx>=6.0,<10.0", "furo==2025.9.25", "myst-parser>=1.0", "sphinx-copybutton",