Skip to content

Commit

Permalink
Update coverage requirement from <5.6,>=4.0 to >=4.0,<6.2
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-4.0...6.1.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Nov 1, 2021
1 parent fdad146 commit faa02f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ pytest-cov
flake8
coveralls
codeclimate-test-reporter
coverage>=4.0,<5.6
coverage>=4.0,<6.2
prometheus_client
versioneer

0 comments on commit faa02f4

Please sign in to comment.