Skip to content

Commit 739723c

Browse files
Update coverage requirement from ~=6.1 to ~=6.2 (#91)
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@6.1...6.2) --- updated-dependencies: - dependency-name: coverage dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 4343993 commit 739723c

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 ~=6.1
10+
coverage ~=6.2
1111
flake8 ~=4.0.1
1212
pytest ~=6.2.5
1313
ipython ~=7.30.0

0 commit comments

Comments
 (0)