Skip to content

Commit 2638236

Browse files
Update coverage requirement from ==7.4.* to ==7.5.* (#179)
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.4.0...7.5.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> Co-authored-by: Fabio Caccamo <fabio.caccamo@gmail.com>
1 parent 45d3eb7 commit 2638236

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,4 +1,4 @@
1-
coverage == 7.4.*
1+
coverage == 7.5.*
22
mypy == 1.10.*
33
pre-commit == 3.5.*
44
tox == 4.15.*

0 commit comments

Comments
 (0)