Skip to content

Commit

Permalink
Update schema-salad requirement
Browse files Browse the repository at this point in the history
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] <support@github.com>
  • Loading branch information
dependabot[bot] authored and mr-c committed Jun 26, 2021
1 parent 83f83af commit eabc56e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
schema-salad >= 5.0.20200220195218, <8
schema-salad >= 5.0.20200220195218, < 9
junit-xml >= 1.8
pytest < 7
2 changes: 1 addition & 1 deletion setup.py
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
except ImportError:
tagger = egg_info_cmd.egg_info

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

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

0 comments on commit eabc56e

Please sign in to comment.