Skip to content

Commit 666f117

Browse files
Update coverage requirement from ~=5.2 to ~=5.3 (#633)
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.2...coverage-5.3) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 1272cf8 commit 666f117

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements-dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
coverage ~=5.2
1+
coverage ~=5.3
22
doctr ~=1.8.0
33
pyflakes ~=2.2.0
44
pytest ~=6.1.0

0 commit comments

Comments
 (0)