Skip to content

Commit 73d741a

Browse files
Update coverage requirement from ~=6.5 to ~=7.0 (#133)
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.5.0...7.0.1) --- updated-dependencies: - dependency-name: coverage dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 5ce360d commit 73d741a

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 ~=6.5
10+
coverage ~=7.0
1111
flake8 ~=5.0.4
1212
pytest ~=7.2.0

0 commit comments

Comments
 (0)