Skip to content

Commit

Permalink
Update pytest requirement from <7.0.0,>=5.3.5 to >=5.3.5,<8.0.0 (#591)
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...7.0.0)

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

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 Aug 8, 2022
1 parent 846aa06 commit 7e8b45d
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 @@ -4,7 +4,7 @@ flake8>=3.7.7, <6.0.0
mypy~= 0.900
types-requests>=2.25.0, <3.0.0
# testing
pytest>=5.3.5, <7.0.0
pytest>=5.3.5, <8.0.0
pytest-cov>=2.6.1, <4.0.0
pytest-xdist>=1.28.0, <3.0.0 # for distributed testing, currently unused (see setup.cfg)
pytest-lazy-fixture>=0.6.3, <0.7.0
Expand Down

0 comments on commit 7e8b45d

Please sign in to comment.