Skip to content

Commit

Permalink
Update pytest requirement from <8.0.0,>=5.3.5 to >=8.2.2,<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@5.3.5...8.2.2)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] committed Jun 28, 2024
1 parent 39fff84 commit 84143d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ mypy>=1.0, <2.0
types-requests>=2.25, <3.0
types-toml>=0.10, <1.0
# testing
pytest>=5.3.5, <8.0.0
pytest>=8.2.2, <9.0.0
pytest-cov>=2.6.1, <5.0.0
pytest-xdist>=1.28.0, <4.0.0 # for distributed testing, currently unused (see setup.cfg)
pytest_cases>=3.6.8, <4.0.0
Expand Down

0 comments on commit 84143d8

Please sign in to comment.