Skip to content

Commit 370ad52

Browse files
Update sphinx requirement from <7.2 to <8.1
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/v8.0.2/CHANGES.rst) - [Commits](sphinx-doc/sphinx@v0.1.61611...v8.0.2) --- updated-dependencies: - dependency-name: sphinx dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 8f75f29 commit 370ad52

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
@@ -83,7 +83,7 @@ dynamic = [
8383
"version",
8484
]
8585
dependencies = [
86-
"sphinx<7.2",
86+
"sphinx<8.1",
8787
"sphinx-design==0.6.0",
8888
]
8989
[project.optional-dependencies]

0 commit comments

Comments
 (0)