Skip to content

Commit c600f34

Browse files
Update coverage requirement from ~=7.3 to ~=7.4 (#9338)
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.3.0...7.4.0) --- updated-dependencies: - dependency-name: coverage dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent da13c74 commit c600f34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements_test.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
-r requirements_test_min.txt
2-
coverage~=7.3
2+
coverage~=7.4
33
tbump~=6.11.0
44
contributors-txt>=1.0.0
55
pytest-cov~=4.1

0 commit comments

Comments
 (0)