Skip to content

Commit 4fb1d07

Browse files
Update sphinx-autobuild requirement from ==2024.4.* to ==2024.10.* (#489)
Updates the requirements on [sphinx-autobuild](https://github.com/sphinx-doc/sphinx-autobuild) to permit the latest version. - [Release notes](https://github.com/sphinx-doc/sphinx-autobuild/releases) - [Changelog](https://github.com/sphinx-doc/sphinx-autobuild/blob/main/NEWS.rst) - [Commits](sphinx-doc/sphinx-autobuild@2024.04.13...2024.10.02) --- updated-dependencies: - dependency-name: sphinx-autobuild dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 588a8d3 commit 4fb1d07

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
@@ -53,7 +53,7 @@ test = [
5353
"cwltest==2.*",
5454
"cwltool==3.1.*",
5555
]
56-
watch = ["sphinx-autobuild==2024.4.*"]
56+
watch = ["sphinx-autobuild==2024.10.*"]
5757
rtd = ["udocker"]
5858
all = ["cwl-user-guide[test,watch,rtd]"]
5959

0 commit comments

Comments
 (0)