Skip to content

Commit d52044a

Browse files
Update sphinx requirement from ~6.2 to ~7.2 (#66)
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@v6.2.0...v7.2.4) --- 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 973fa78 commit d52044a

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 = "~6.2"
37+
Sphinx = "~7.2"
3838
sphinx-rtd-theme = "~1.3"
3939
sphinxcontrib-napoleon = "~0.7"
4040
m2r = "~0.3"

0 commit comments

Comments
 (0)