Skip to content

Commit 2620d3f

Browse files
Update coverage requirement from ~=7.11 to ~=7.12 (#2888)
Updates the requirements on [coverage](https://github.com/coveragepy/coveragepy) to permit the latest version. - [Release notes](https://github.com/coveragepy/coveragepy/releases) - [Changelog](https://github.com/coveragepy/coveragepy/blob/main/CHANGES.rst) - [Commits](coveragepy/coveragepy@7.11.0...7.12.0) --- updated-dependencies: - dependency-name: coverage dependency-version: 7.12.0 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 4f9ce51 commit 2620d3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements_minimal.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ contributors-txt>=0.7.4
33
tbump~=6.11
44

55
# Tools used to run tests
6-
coverage~=7.11
6+
coverage~=7.12
77
pytest
88
pytest-cov~=7.0
99
mypy

0 commit comments

Comments
 (0)