Skip to content

Commit

Permalink
⬆ Update pytest requirement from <8.0.0,>=7.0.1 to >=7.0.1,<9.0.0 (#207)
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.1...8.3.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Sep 12, 2024
1 parent 783414d commit c56d1c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements-tests.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
-e .

pytest >=7.0.1,<8.0.0
pytest >=7.0.1,<9.0.0
coverage[toml] >=6.2,<8.0
mypy ==1.11.2
ruff ==0.6.4

0 comments on commit c56d1c3

Please sign in to comment.