From f3750f59f6820b8ff55d75cdcd9cdaa2b5ed81b2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Aug 2026 16:10:41 +0000 Subject: [PATCH] deps(deps): bump cwltool in the minor-and-patch group across 1 directory Bumps the minor-and-patch group with 1 update in the / directory: [cwltool](https://github.com/common-workflow-language/cwltool). Updates `cwltool` from 3.2.20260413085819 to 3.2.20260720092025 - [Release notes](https://github.com/common-workflow-language/cwltool/releases) - [Commits](https://github.com/common-workflow-language/cwltool/compare/3.2.20260413085819...3.2.20260720092025) --- updated-dependencies: - dependency-name: cwltool dependency-version: 3.2.20260720092025 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 2a8e37a..1ccafa0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,7 +16,7 @@ keywords = ["cwl", "cwltool", "bioinformatics", "aws", "ec2", "workflow", "spawn # cwltool versions by date with no semver contract. A drift-guard test fails # loudly if a bump moves the seam. See CLAUDE.md. dependencies = [ - "cwltool==3.2.20260413085819", + "cwltool==3.2.20260720092025", ] [project.optional-dependencies]