From fa989dc2bd2737ec8d83da624eefe38f97ab4b90 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 Sep 2025 17:07:22 +0000 Subject: [PATCH] Bump cwl-utils from 0.39 to 0.40 Bumps [cwl-utils](https://github.com/common-workflow-language/cwl-utils) from 0.39 to 0.40. - [Release notes](https://github.com/common-workflow-language/cwl-utils/releases) - [Commits](https://github.com/common-workflow-language/cwl-utils/compare/v0.39...v0.40) --- updated-dependencies: - dependency-name: cwl-utils dependency-version: '0.40' dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 08a2147..6a30a84 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,7 +22,7 @@ requires-python = ">=3.9, <4" dependencies = [ "bdbag>=1.4.1", "click~=8.1", - "cwl-utils==0.39", + "cwl-utils==0.40", "cwlprov==0.1.1", "networkx==3.1", "prov>=1.5.1", diff --git a/requirements.txt b/requirements.txt index ed340fd..a9e6185 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ bdbag>=1.4.1 click~=8.1 -cwl-utils==0.39 +cwl-utils==0.40 cwlprov==0.1.1 networkx==3.1 prov>=1.5.1