Skip to content

Commit

Permalink
Update pytest-cov requirement from <5.0.0,>=2.6.1 to >=2.6.1,<7.0.0
Browse files Browse the repository at this point in the history
Updates the requirements on [pytest-cov](https://github.com/pytest-dev/pytest-cov) to permit the latest version.
- [Changelog](https://github.com/pytest-dev/pytest-cov/blob/master/CHANGELOG.rst)
- [Commits](pytest-dev/pytest-cov@v2.6.1...v6.0.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Nov 19, 2024
1 parent 31d19a1 commit da817a1
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 @@ -6,7 +6,7 @@ types-requests>=2.25, <3.0
types-toml>=0.10, <1.0
# testing
pytest>=5.3.5, <8.0.0
pytest-cov>=2.6.1, <5.0.0
pytest-cov>=2.6.1, <7.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
pytest-randomly>=3.5.0, <4.0.0
Expand Down

0 comments on commit da817a1

Please sign in to comment.