Skip to content

Commit

Permalink
Update coverage requirement from <7.3,>=5.3 to >=5.3,<7.4
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.3.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 Aug 14, 2023
1 parent 68ba2e1 commit 17bd707
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 @@ -37,7 +37,7 @@ def read(*parts):

tests_require = [
'codecov==2.1.*',
'coverage>=5.3,<7.3',
'coverage>=5.3,<7.4',
'pytest-cov>=2.10,<4.2',
'pytest-env>=0.6,<0.9',
'pytest>=6.1,<7.5',
Expand Down

0 comments on commit 17bd707

Please sign in to comment.