Skip to content

Commit 18446ec

Browse files
Update coverage requirement from ~=5.3 to ~=5.4 (#55)
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.4) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent a20613c commit 18446ec

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
@@ -7,7 +7,7 @@
77
#
88
# It only exists to keep the list of dependencies in a separate file from
99
# setup.py.
10-
coverage ~=5.3
10+
coverage ~=5.4
1111
flake8 ~=3.8.4
1212
pytest ~=6.2.1
1313
ipython ~=7.19.0

0 commit comments

Comments
 (0)