Skip to content

Commit 003af74

Browse files
build(deps): update coverage requirement from ==7.10.* to ==7.11.* in /requirements (#442)
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.10.0...7.11.0) --- updated-dependencies: - dependency-name: coverage dependency-version: 7.11.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 285fd7b commit 003af74

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

requirements/_tests.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
coverage ==7.2.7; python_version < '3.8'
2-
coverage ==7.10.*; python_version >= '3.8'
2+
coverage ==7.10.*; python_version >= '3.8' and python_version < '3.10'
3+
coverage ==7.11.*; python_version >= '3.10'
34
pytest ==7.4.3; python_version < '3.8'
45
pytest ==8.4.*; python_version >= '3.8'
56
pytest-cov ==7.0.0

0 commit comments

Comments
 (0)