Skip to content

Commit f44ac3c

Browse files
dependabot[bot]Borda
authored andcommitted
build(deps): update coverage requirement from ==7.7.* to ==7.8.* in /requirements (#381)
build(deps): update coverage requirement in /requirements 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.7.0...7.8.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> (cherry picked from commit 8c3a41a)
1 parent 4c5f44c commit f44ac3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements/_tests.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
coverage ==7.2.7; python_version < '3.8'
2-
coverage ==7.7.*; python_version >= '3.8'
2+
coverage ==7.8.*; python_version >= '3.8'
33
pytest ==7.4.3; python_version < '3.8'
44
pytest ==8.3.*; python_version >= '3.8'
55
pytest-cov ==6.0.0

0 commit comments

Comments
 (0)