Skip to content

Commit 496ea52

Browse files
committed
upgrade to prov 2.1.1
1 parent c4bfda4 commit 496ea52

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ requests>=2.6.1
22
ruamel.yaml>=0.16.0,<0.19
33
rdflib>=4.2.2,<7.2
44
schema-salad>=8.9,<9
5-
prov==2.0.1
5+
prov==2.1.1
66
mypy-extensions
77
psutil>=5.6.6
88
coloredlogs

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ def _find_package_data(base: str, globs: list[str], root: str = "cwltool") -> li
152152
"ruamel.yaml >= 0.16, < 0.19",
153153
"rdflib >= 4.2.2, < 7.2.0",
154154
"schema-salad >= 8.9, < 9",
155-
"prov == 2.0.1",
155+
"prov == 2.1.1",
156156
"mypy-extensions",
157157
"psutil >= 5.6.6",
158158
"coloredlogs",

0 commit comments

Comments
 (0)