Skip to content

Commit

Permalink
Update pytest-cov requirement from <4.2,>=2.10 to >=2.10,<5.1
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.10.0...v5.0.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and kinow committed Mar 25, 2024
1 parent 35565d1 commit 4547235
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ def read(*parts):
tests_require = [
'codecov==2.1.*',
'coverage>=5.3,<7.5',
'pytest-cov>=2.10,<4.2',
'pytest-cov>=2.10,<5.1',
'pytest-env==0.6,<1.2',
'pytest-mock>=3.11,<3.15',
'pytest>=6.1,<8.2',
Expand Down

0 comments on commit 4547235

Please sign in to comment.