From 115b77d487ce66b4a34d73c7d825c96a1be2a7df Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Sep 2025 07:08:37 +0000 Subject: [PATCH] Update cwl-utils requirement from <0.37,>=0.36 to >=0.36,<0.41 Updates the requirements on [cwl-utils](https://github.com/common-workflow-language/cwl-utils) to permit the latest version. - [Release notes](https://github.com/common-workflow-language/cwl-utils/releases) - [Commits](https://github.com/common-workflow-language/cwl-utils/compare/v0.36...v0.40) --- updated-dependencies: - dependency-name: cwl-utils dependency-version: '0.40' 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 c769f3ec..283bbf21 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -35,7 +35,7 @@ classifiers = [ ] requires-python = ">=3.9" dependencies = [ - "cwl-utils >= 0.36, < 0.37", + "cwl-utils >= 0.36, < 0.41", "miniwdl", "regex", "ruamel.yaml < 0.17.22"