Skip to content

Commit 2ee5af5

Browse files
Update coverage requirement from ~=7.0 to ~=7.1 (#134)
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@7.0.0...7.1.0) --- updated-dependencies: - dependency-name: coverage dependency-type: direct:development ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 0149a38 commit 2ee5af5

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,6 +7,6 @@
77
#
88
# It only exists to keep the list of dependencies in a separate file from
99
# setup.py.
10-
coverage ~=7.0
10+
coverage ~=7.1
1111
flake8 ~=5.0.4
1212
pytest ~=7.2.1

0 commit comments

Comments
 (0)