Skip to content

Commit 371ee40

Browse files
Update coverage requirement from ==5.2.* to ==5.5
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.5) --- updated-dependencies: - dependency-name: coverage dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent e6b195d commit 371ee40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements-test.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ codespell==1.17.1
66

77
jsonschema==3.2.0
88
pylint==1.9.1
9-
coverage==5.2.*
9+
coverage==5.5
1010
doc8==0.8.1
1111

1212
# optional dependencies

0 commit comments

Comments
 (0)