Skip to content

Commit

Permalink
Update pytest requirement from <8,>=7 to >=7,<9
Browse files Browse the repository at this point in the history
Updates the requirements on [pytest](https://github.com/pytest-dev/pytest) to permit the latest version.
- [Release notes](https://github.com/pytest-dev/pytest/releases)
- [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst)
- [Commits](pytest-dev/pytest@7.0.0...8.0.0)

---
updated-dependencies:
- dependency-name: pytest
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] committed Jan 29, 2024
1 parent 55cea0a commit 2a0f9ba
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,5 +1,5 @@
schema-salad >= 5.0.20200220195218, < 9
junit-xml >= 1.8
pytest >= 7, < 8
pytest >= 7, < 9
defusedxml
importlib_resources>=1.4;python_version<'3.9'
2 changes: 1 addition & 1 deletion test-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
cwlref-runner
cwltool
pytest >= 7, < 8
pytest >= 7, < 9
pytest-cov
pytest-xdist

0 comments on commit 2a0f9ba

Please sign in to comment.