Skip to content

Commit ab57fb4

Browse files
Update coverage requirement in the python-requirements group (#242)
Updates the requirements on [coverage](https://github.com/coveragepy/coveragepy) to permit the latest version. Updates `coverage` to 7.13.0 - [Release notes](https://github.com/coveragepy/coveragepy/releases) - [Changelog](https://github.com/coveragepy/coveragepy/blob/main/CHANGES.rst) - [Commits](coveragepy/coveragepy@7.12.0...7.13.0) --- updated-dependencies: - dependency-name: coverage dependency-version: 7.13.0 dependency-type: direct:production dependency-group: python-requirements ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 696226c commit ab57fb4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

requirements-test.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
-e .
2-
coverage == 7.12.*
2+
coverage == 7.13.*
33
mypy == 1.19.*
44
pre-commit == 4.5.*
55
pytest==9.0.*

0 commit comments

Comments
 (0)