Skip to content

Commit

Permalink
bump minimum required schema_salad version to reflect reality.
Browse files Browse the repository at this point in the history
  • Loading branch information
mr-c committed Aug 23, 2023
1 parent 5301c1e commit bd89c56
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 4 deletions.
1 change: 0 additions & 1 deletion mypy-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
mypy==1.3.0 # also update pyproject.toml
ruamel.yaml>=0.16.0,<0.18
schema-salad>=8.4,<9
cwl-utils>=0.22
types-requests
types-setuptools
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ requires = [
"types-psutil",
"importlib_resources>=1.4", # equivalent to Python 3.9
"ruamel.yaml>=0.16.0,<0.18",
"schema-salad>=8.2.20211104054942,<9",
"schema-salad>=8.4.20230426093816,<9",
"cwl-utils>=0.19",
"toml",
"argcomplete>=1.12.0",
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ ruamel.yaml>=0.15.0,<0.18
ruamel.yaml>=0.16;python_version>='3.10'
rdflib>=4.2.2,<7.1
shellescape>=3.4.1,<3.9
schema-salad>=8.4,<9
schema-salad>=8.4.20230426093816,<9
prov==1.5.1
mypy-extensions
psutil>=5.6.6
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@
"ruamel.yaml >= 0.16.0;python_version>='3.10'",
"rdflib >= 4.2.2, < 7.1.0",
"shellescape >= 3.4.1, < 3.9",
"schema-salad >= 8.4, < 9",
"schema-salad >= 8.4.20230426093816, < 9",
"prov == 1.5.1",
"mypy-extensions",
"psutil >= 5.6.6",
Expand Down

0 comments on commit bd89c56

Please sign in to comment.