Skip to content

Commit e916653

Browse files
Update sphinx requirement from <9.0,>=8.0 to >=8.0,<10.0 (#16)
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](sphinx-doc/sphinx@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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 98dbb97 commit e916653

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ classifiers = [
2323
]
2424
dependencies = [
2525
"syntax-diagrams>=1.0.0,<2.0",
26-
"sphinx>=8.0,<9.0",
26+
"sphinx>=8.0,<10.0",
2727
"PyYAML>=6.0,<7.0",
2828
"antlr4-python3-runtime>=4.13,<4.14",
2929
]

0 commit comments

Comments
 (0)