From 8da56d25924b1b44ebfb5a50a75c965856fe026f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Jan 2026 21:12:08 +0000 Subject: [PATCH] Update sphinx-autobuild requirement from ==2024.10.* to ==2025.8.* 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.10.02...2025.08.25) --- updated-dependencies: - dependency-name: sphinx-autobuild dependency-version: 2025.8.25 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index fd76251b..b6da27a0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -53,7 +53,7 @@ test = [ "cwltest==2.*", "cwltool==3.1.*", ] -watch = ["sphinx-autobuild==2024.10.*"] +watch = ["sphinx-autobuild==2025.8.*"] rtd = ["udocker"] all = ["cwl-user-guide[test,watch,rtd]"]