Skip to content

Commit f4798d6

Browse files
build(deps): bump pytest-cov from 6.3.0 to 7.0.0 in /requirements (#438)
Bumps [pytest-cov](https://github.com/pytest-dev/pytest-cov) from 6.3.0 to 7.0.0. - [Changelog](https://github.com/pytest-dev/pytest-cov/blob/master/CHANGELOG.rst) - [Commits](pytest-dev/pytest-cov@v6.3.0...v7.0.0) --- updated-dependencies: - dependency-name: pytest-cov dependency-version: 7.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 04cb377 commit f4798d6

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
@@ -2,5 +2,5 @@ coverage ==7.2.7; python_version < '3.8'
22
coverage ==7.10.*; python_version >= '3.8'
33
pytest ==7.4.3; python_version < '3.8'
44
pytest ==8.4.*; python_version >= '3.8'
5-
pytest-cov ==6.3.0
5+
pytest-cov ==7.0.0
66
pytest-timeout ==2.4.0

0 commit comments

Comments
 (0)