Skip to content

Commit 7ebdcbd

Browse files
Update sphinx requirement from ==5.* to ==7.* (#450)
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@v5.0.0b1...v7.2.6) --- 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 c4fe947 commit 7ebdcbd

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
@@ -29,7 +29,7 @@ dependencies = [
2929
"cwl-utils==0.*",
3030
"myst-parser==2.*",
3131
"pydata-sphinx-theme==0.*",
32-
"sphinx==6.*",
32+
"sphinx==7.*",
3333
"sphinx-reredirects==0.1.*",
3434
"sphinxcontrib-runcmd==0.2.*",
3535
"sphinx-favicon",

0 commit comments

Comments
 (0)