From 407ccf9aae2f1cc31d70f2a375b24152a95fe980 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Dec 2025 05:22:34 +0000 Subject: [PATCH] Update sphinx requirement from <9.0,>=8.0 to >=8.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/v8.0.0...v9.0.0) --- updated-dependencies: - dependency-name: sphinx dependency-version: 9.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index b096b96..85d2f20 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,7 +23,7 @@ classifiers = [ ] dependencies = [ "syntax-diagrams>=1.0.0,<2.0", - "sphinx>=8.0,<9.0", + "sphinx>=8.0,<10.0", "PyYAML>=6.0,<7.0", "antlr4-python3-runtime>=4.13,<4.14", ]