Skip to content

Commit

Permalink
Update coverage requirement from <7.6,>=5.3 to >=5.3,<7.7
Browse files Browse the repository at this point in the history
Updates the requirements on [coverage](https://github.com/nedbat/coveragepy) to permit the latest version.
- [Release notes](https://github.com/nedbat/coveragepy/releases)
- [Changelog](https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst)
- [Commits](nedbat/coveragepy@coverage-5.3...7.6.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and kinow committed Jul 12, 2024
1 parent 837a07d commit ba35628
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 @@ -42,7 +42,7 @@ def read(*parts):

tests_require = [
'codecov==2.1.*',
'coverage>=5.3,<7.6',
'coverage>=5.3,<7.7',
'pytest-cov>=2.10,<5.1',
'pytest-env==1.1.3',
'pytest-mock>=3.11,<3.15',
Expand Down

0 comments on commit ba35628

Please sign in to comment.