Skip to content

Commit 47d65fd

Browse files
committed
increase minimum version of schema-salad
1 parent 29de6dd commit 47d65fd

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ requires = [
77
"types-psutil",
88
"importlib_resources>=1.4;python_version<'3.9'",
99
"ruamel.yaml>=0.16.0,<0.18",
10-
"schema-salad>=8.4.20230426093816,<9",
10+
"schema-salad>=8.6,<9",
1111
"cwl-utils>=0.32",
1212
"toml",
1313
"argcomplete>=1.12.0",

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.1
44
shellescape>=3.4.1,<3.9
5-
schema-salad>=8.4.20230426093816,<9
5+
schema-salad>=8.6,<9
66
prov==1.5.1
77
mypy-extensions
88
psutil>=5.6.6

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@
127127
"ruamel.yaml >= 0.16, < 0.19",
128128
"rdflib >= 4.2.2, < 7.1.0",
129129
"shellescape >= 3.4.1, < 3.9",
130-
"schema-salad >= 8.4.20230426093816, < 9",
130+
"schema-salad >= 8.6, < 9",
131131
"prov == 1.5.1",
132132
"mypy-extensions",
133133
"psutil >= 5.6.6",

0 commit comments

Comments
 (0)