Skip to content

Commit

Permalink
Update coverage requirement from ==5.3.* to >=5.3,<5.6
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...coverage-5.5)

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Mar 13, 2021
1 parent e56ca23 commit 054bf29
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.*',
'coverage>=5.3,<5.6',
'pytest-cov==2.10.*',
'pytest==6.1.*',
'pycodestyle==2.6.*'
Expand Down

0 comments on commit 054bf29

Please sign in to comment.