Skip to content

Commit 83a3179

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

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.4
10+
coverage ~=5.5
1111
flake8 ~=3.8.4
1212
pytest ~=6.2.2
1313
ipython ~=7.19.0

0 commit comments

Comments
 (0)