Skip to content

Commit 34292f4

Browse files
Update sphinx requirement from <8 to <9 (#484)
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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 8dcc7bd commit 34292f4

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
@@ -42,7 +42,7 @@ dev = [
4242
"responses==0.25.3",
4343
]
4444
docs = [
45-
"sphinx<8",
45+
"sphinx<9",
4646
"sphinx-issues<5",
4747
"furo==2024.7.18",
4848
]

0 commit comments

Comments
 (0)