Skip to content

Commit f0e0196

Browse files
Update coverage requirement from ==7.6.* to ==7.8.*
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](coveragepy/coveragepy@7.6.0...7.8.0) --- updated-dependencies: - dependency-name: coverage dependency-version: 7.8.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 08ee6f0 commit f0e0196

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,4 +1,4 @@
1-
coverage == 7.6.*
1+
coverage == 7.8.*
22
mypy == 1.15.*
33
pre-commit == 4.1.*
44
pytest == 8.3.*

0 commit comments

Comments
 (0)