Skip to content

Commit 1fcacb1

Browse files
dependabot[bot]mr-c
authored andcommitted
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](common-workflow-language/cwlprov-py@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] <support@github.com>
1 parent f9b20fd commit 1fcacb1

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@ dependencies = [
2323
"bdbag>=1.4.1",
2424
"click~=8.1",
2525
"cwl-utils==0.40",
26-
"cwlprov==0.1.1",
26+
"cwlprov==0.2.1",
2727
"networkx==3.1",
28-
"prov>=1.5.1",
28+
"prov==1.5.1",
2929
"rocrate>=0.9,<1",
3030
]
3131
dynamic = ["version"]

requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
bdbag>=1.4.1
22
click~=8.1
33
cwl-utils==0.40
4-
cwlprov==0.1.1
4+
cwlprov==0.2.1
55
networkx==3.1
6-
prov>=1.5.1
6+
prov==1.5.1
77
rocrate>=0.9,<1

0 commit comments

Comments
 (0)