Skip to content

Commit eabc56e

Browse files
dependabot[bot]mr-c
authored andcommitted
Update schema-salad requirement
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@5.0.20200220195218...8.0.20210624154013) --- updated-dependencies: - dependency-name: schema-salad dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 83f83af commit eabc56e

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,3 +1,3 @@
1-
schema-salad >= 5.0.20200220195218, <8
1+
schema-salad >= 5.0.20200220195218, < 9
22
junit-xml >= 1.8
33
pytest < 7

setup.py

100755100644
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
except ImportError:
1616
tagger = egg_info_cmd.egg_info
1717

18-
install_requires = ["schema-salad >= 5.0.20200220195218, < 8", "junit-xml >= 1.8"]
18+
install_requires = ["schema-salad >= 5.0.20200220195218, < 9", "junit-xml >= 1.8"]
1919

2020
needs_pytest = {"pytest", "test", "ptr"}.intersection(sys.argv)
2121
pytest_runner = ["pytest < 6", "pytest-runner < 5"] if needs_pytest else []

0 commit comments

Comments
 (0)