Skip to content

Commit 7050b9d

Browse files
build(deps): bump coverage from 7.13.0 to 7.13.1 in /requirements (#21458)
Bumps [coverage](https://github.com/coveragepy/coveragepy) from 7.13.0 to 7.13.1. - [Release notes](https://github.com/coveragepy/coveragepy/releases) - [Changelog](https://github.com/coveragepy/coveragepy/blob/main/CHANGES.rst) - [Commits](coveragepy/coveragepy@7.13.0...7.13.1) --- updated-dependencies: - dependency-name: coverage dependency-version: 7.13.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 7f75ba1 commit 7050b9d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements/fabric/test.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
coverage ==7.13.0; python_version >= "3.10"
1+
coverage ==7.13.1; python_version >= "3.10"
22
coverage ==7.10.7; python_version < "3.10"
33
numpy >=1.21.0, <1.27.0
44
pytest ==9.0.2

requirements/pytorch/test.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
coverage ==7.13.0; python_version >= "3.10"
1+
coverage ==7.13.1; python_version >= "3.10"
22
coverage ==7.10.7; python_version < "3.10"
33
pytest ==9.0.2
44
pytest-cov ==7.0.0

0 commit comments

Comments
 (0)