Skip to content

Commit 67dfcfd

Browse files
committed
bump minimum schema-salad version
1 parent 0e08a69 commit 67dfcfd

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.coveragerc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ exclude_lines =
99
pragma: no cover
1010
raise NotImplementedError
1111
if __name__ == .__main__.:
12+
if TYPE_CHECKING:
1213
ignore_errors = True
1314
omit =
1415
tests/*

requirements.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ ruamel.yaml>=0.15,<0.17.22
44
rdflib>=4.2.2,<6.3
55
rdflib>= 4.2.2, < 6.0.0;python_version<='3.6'
66
shellescape>=3.4.1,<3.9
7-
schema-salad>=8.2.20211104054942,<9
7+
schema-salad>=8.4,<9
88
prov==1.5.1
99
bagit==1.8.1
1010
mypy-extensions
@@ -16,4 +16,3 @@ argcomplete>=1.12.0
1616
pyparsing != 3.0.2 # breaks --print-dot (pydot) https://github.com/pyparsing/pyparsing/issues/319
1717
pyparsing < 3;python_version<='3.6' # breaks --print-dot
1818
cwl-utils>=0.22
19-
git+https://github.com/common-workflow-language/schema_salad.git@import-include-tracking#egg=schema_salad

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@
110110
"rdflib >= 4.2.2, < 6.3.0",
111111
"rdflib >= 4.2.2, < 6.0.0;python_version<='3.6'",
112112
"shellescape >= 3.4.1, < 3.9",
113-
"schema-salad >= 8.2.20211104054942, < 9",
113+
"schema-salad >= 8.4, < 9",
114114
"mypy-extensions",
115115
"psutil >= 5.6.6",
116116
"prov == 1.5.1",

0 commit comments

Comments
 (0)