Skip to content

Commit 8220d05

Browse files
build(deps): bump pytest-cov from 4.1.0 to 6.1.1 in /requirements (#20768)
* build(deps): bump pytest-cov from 4.1.0 to 6.1.1 in /requirements Bumps [pytest-cov](https://github.com/pytest-dev/pytest-cov) from 4.1.0 to 6.1.1. - [Changelog](https://github.com/pytest-dev/pytest-cov/blob/master/CHANGELOG.rst) - [Commits](pytest-dev/pytest-cov@v4.1.0...v6.1.1) --- updated-dependencies: - dependency-name: pytest-cov dependency-version: 6.1.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> * coverage ==7.8.0 --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Jirka B <[email protected]>
1 parent efb02d7 commit 8220d05

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

requirements/fabric/test.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
coverage ==7.3.1
1+
coverage ==7.8.0
22
numpy >=1.17.2, <1.27.0
33
pytest ==8.3.5
4-
pytest-cov ==4.1.0
4+
pytest-cov ==6.1.1
55
pytest-timeout ==2.1.0
66
pytest-rerunfailures ==12.0
77
pytest-random-order ==1.1.0

requirements/pytorch/test.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
coverage ==7.3.1
1+
coverage ==7.8.0
22
pytest ==8.3.5
3-
pytest-cov ==4.1.0
3+
pytest-cov ==6.1.1
44
pytest-timeout ==2.1.0
55
pytest-rerunfailures ==12.0
66
pytest-random-order ==1.1.0

0 commit comments

Comments
 (0)