From 16cea25a65cb2fffd6a65481ef625538f6ec732a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 15 Jul 2025 09:43:03 +0000 Subject: [PATCH] Update cwl-utils requirement from <0.37,>=0.36 to >=0.36,<0.39 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.38) --- updated-dependencies: - dependency-name: cwl-utils dependency-version: '0.38' 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..87804dc9 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.39", "miniwdl", "regex", "ruamel.yaml < 0.17.22"