File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ requires = [
7
7
" types-psutil" ,
8
8
" importlib_resources>=1.4;python_version<'3.9'" ,
9
9
" ruamel.yaml>=0.16.0,<0.18" ,
10
- " schema-salad>=8.4.20230426093816 ,<9" ,
10
+ " schema-salad>=8.6 ,<9" ,
11
11
" cwl-utils>=0.32" ,
12
12
" toml" ,
13
13
" argcomplete>=1.12.0" ,
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ requests>=2.6.1
2
2
ruamel.yaml >= 0.16.0 ,< 0.19
3
3
rdflib >= 4.2.2 ,< 7.1
4
4
shellescape >= 3.4.1 ,< 3.9
5
- schema-salad >= 8.4.20230426093816 ,< 9
5
+ schema-salad >= 8.6 ,< 9
6
6
prov == 1.5.1
7
7
mypy-extensions
8
8
psutil >= 5.6.6
Original file line number Diff line number Diff line change 127
127
"ruamel.yaml >= 0.16, < 0.19" ,
128
128
"rdflib >= 4.2.2, < 7.1.0" ,
129
129
"shellescape >= 3.4.1, < 3.9" ,
130
- "schema-salad >= 8.4.20230426093816 , < 9" ,
130
+ "schema-salad >= 8.6 , < 9" ,
131
131
"prov == 1.5.1" ,
132
132
"mypy-extensions" ,
133
133
"psutil >= 5.6.6" ,
You can’t perform that action at this time.
0 commit comments