Skip to content

Commit 0a8f8c6

Browse files
Update sphinx requirement from ~4.5 to ~6.2 (#20)
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) - [Commits](sphinx-doc/sphinx@v4.5.0...v6.2.1) --- updated-dependencies: - dependency-name: sphinx dependency-type: direct:development ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 4d01dfb commit 0a8f8c6

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
@@ -34,7 +34,7 @@ pytest-asyncio = "~0.21"
3434
pytest-cov = "~4.1"
3535
pytest-unordered = "~0.5"
3636
pre-commit = "~3.3"
37-
Sphinx = "~4.5"
37+
Sphinx = "~6.2"
3838
sphinx-rtd-theme = "~1.2"
3939
sphinxcontrib-napoleon = "~0.7"
4040
m2r = "~0.3"

0 commit comments

Comments
 (0)