Skip to content

Commit 9ecc31e

Browse files
Update sphinx requirement from <9,>=7.2 to >=7.2,<10
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](sphinx-doc/sphinx@v7.2.0...v9.0.4) --- updated-dependencies: - dependency-name: sphinx dependency-version: 9.0.4 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 860881f commit 9ecc31e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ dev = [
6464
"ruff",
6565
]
6666
docs = [
67-
"sphinx>=7.2,<9",
67+
"sphinx>=7.2,<10",
6868
"sphinx-rtd-theme>=2.0,<4",
6969
"myst-parser>=2.0,<5",
7070
"sphinx-autodoc-typehints>=2.0,<4",

0 commit comments

Comments
 (0)