From 5e735ee61634ca6458ec21a1bcc13ce81106efea Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 28 Jan 2026 17:53:15 +0000 Subject: [PATCH] Bump cwlprov from 0.1.1 to 0.2.1 Bumps [cwlprov](https://github.com/common-workflow-language/cwlprov-py) from 0.1.1 to 0.2.1. - [Release notes](https://github.com/common-workflow-language/cwlprov-py/releases) - [Commits](https://github.com/common-workflow-language/cwlprov-py/compare/0.1.1...0.2.1) --- updated-dependencies: - dependency-name: cwlprov dependency-version: 0.2.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 4 ++-- requirements.txt | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 6a30a84..ff02c43 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,9 +23,9 @@ dependencies = [ "bdbag>=1.4.1", "click~=8.1", "cwl-utils==0.40", - "cwlprov==0.1.1", + "cwlprov==0.2.1", "networkx==3.1", - "prov>=1.5.1", + "prov==1.5.1", "rocrate>=0.9,<1", ] dynamic = ["version"] diff --git a/requirements.txt b/requirements.txt index a9e6185..55dee7b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ bdbag>=1.4.1 click~=8.1 cwl-utils==0.40 -cwlprov==0.1.1 +cwlprov==0.2.1 networkx==3.1 -prov>=1.5.1 +prov==1.5.1 rocrate>=0.9,<1