Skip to content

Commit

Permalink
build: update coverage requirement from <5 to ~=5.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-3.0b1...coverage-5.5)
  • Loading branch information
sbrugman committed May 5, 2021
1 parent a428618 commit 4ed5c64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements-test.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
pytest
coverage<5
coverage~=5.5
codecov
pytest-mypy
pytest-cov
Expand Down

0 comments on commit 4ed5c64

Please sign in to comment.