Skip to content

Commit

Permalink
Update pytest-cov requirement from <5.1,>=2.10 to >=2.10,<6.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...v6.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 Oct 30, 2024
1 parent ff7b320 commit ae212fa
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.7',
'pytest-cov>=2.10,<5.1',
'pytest-cov>=2.10,<6.1',
'pytest-env==1.1.5',
'pytest-mock>=3.11,<3.15',
'pytest>=6.1,<8.4',
Expand Down

0 comments on commit ae212fa

Please sign in to comment.