Skip to content

Commit 09f7262

Browse files
Update coverage requirement from ==7.6.* to ==7.10.*
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.10.1) --- updated-dependencies: - dependency-name: coverage dependency-version: 7.10.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 3d7553b commit 09f7262

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.6.*
2+
coverage == 7.10.*
33
mypy == 1.11.*
44
pre-commit == 4.0.*
55
pytest==8.3.*

0 commit comments

Comments
 (0)