Skip to content

Commit 90bb172

Browse files
build(deps-dev): update sphinx requirement from <8.2 to <9.2
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@v0.1.61611...v9.1.0) --- updated-dependencies: - dependency-name: sphinx dependency-version: 9.1.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 1f3f3eb commit 90bb172

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
@@ -24,7 +24,7 @@ toxgen = [
2424
docs = [
2525
"gevent",
2626
"shibuya",
27-
"sphinx<8.2",
27+
"sphinx<9.2",
2828
"sphinx-autodoc-typehints[type_comments]>=2.3.0",
2929
"typing-extensions",
3030
]

0 commit comments

Comments
 (0)