From ed9d63db31724ab04355ce876e6c0fb37e21620c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Sep 2024 21:19:27 +0000 Subject: [PATCH] Update sphinx-autobuild requirement from ==2024.4.* to ==2024.9.* 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](https://github.com/sphinx-doc/sphinx-autobuild/compare/2024.04.13...2024.09.03) --- updated-dependencies: - dependency-name: sphinx-autobuild dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index dc36a740..aef07cd8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -53,7 +53,7 @@ test = [ "cwltest==2.*", "cwltool==3.1.*", ] -watch = ["sphinx-autobuild==2024.4.*"] +watch = ["sphinx-autobuild==2024.9.*"] rtd = ["udocker"] all = ["cwl-user-guide[test,watch,rtd]"]