Skip to content

Commit 224229b

Browse files
Update sphinx requirement from ==7.* to ==8.*
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@v7.0.0rc1...v8.0.0) --- updated-dependencies: - dependency-name: sphinx dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 588a8d3 commit 224229b

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==3.*",
3131
"pydata-sphinx-theme==0.*",
32-
"sphinx==7.*",
32+
"sphinx==8.*",
3333
"sphinx-reredirects==0.1.*",
3434
"sphinxcontrib-runcmd==0.2.*",
3535
"sphinx-favicon",

0 commit comments

Comments
 (0)