Skip to content

Commit

Permalink
Update coverage requirement from <7.4,>=5.3 to >=5.3,<7.5
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.4.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 Dec 28, 2023
1 parent d301497 commit 0b1b80a
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.4',
'coverage>=5.3,<7.5',
'pytest-cov>=2.10,<4.2',
'pytest-env==0.6,<1.2',
'pytest-mock>=3.11,<3.13',
Expand Down

0 comments on commit 0b1b80a

Please sign in to comment.