Skip to content

Commit 63f779f

Browse files
dependabot[bot]mr-c
authored andcommitted
Update schema-salad requirement from <8,>=7 to >=7,<9
Updates the requirements on [schema-salad](https://github.com/common-workflow-language/schema_salad) to permit the latest version. - [Release notes](https://github.com/common-workflow-language/schema_salad/releases) - [Commits](common-workflow-language/schema_salad@7.0.20200612160654...8.0.20210624154013) --- updated-dependencies: - dependency-name: schema-salad dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 48dfb12 commit 63f779f

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
@@ -1,4 +1,4 @@
11
requests
2-
schema-salad >= 7, < 8
2+
schema-salad >= 7, < 9
33
typing_extensions
44
cwltool

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
python_requires=">=3.6",
2020
install_requires=[
2121
"requests",
22-
"schema-salad >= 7, < 8",
22+
"schema-salad >= 7, < 9",
2323
"typing_extensions",
2424
"cwltool >= 3.0.20201113183607",
2525
"cwlformat",

0 commit comments

Comments
 (0)