From a1527f16976a8140e4b9b490b2f7d04873726d0a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 24 Jul 2025 06:47:30 +0000 Subject: [PATCH] Update cwl-utils requirement from <0.37,>=0.36 to >=0.36,<0.40 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.39) --- updated-dependencies: - dependency-name: cwl-utils dependency-version: '0.39' 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 fc90c28b..d8ba5d7b 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.40", "miniwdl", "regex", "ruamel.yaml < 0.17.22"