Skip to content

Commit

Permalink
Update pytest requirement from <8.0.0,>=4.6 to >=4.6,<9.0.0
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@4.6.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] authored Feb 1, 2024
1 parent 41951df commit c00580a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Dependencies needed to run the tests
pytest>=4.6,<8.0.0; python_version>"3.8.10"
pytest>=4.6,<9.0.0; python_version>"3.8.10"
pytest>=6.1.1,<6.2.0; python_version<="3.8.10"
pytest-cov
pytest-cases>=3.6.9,<4.0.0

0 comments on commit c00580a

Please sign in to comment.