From 4ea4379ff356791ce4386935de08ff39bcd2b69a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Oct 2025 02:02:47 +0000 Subject: [PATCH] build(deps): bump coverage from 7.10.6 to 7.10.7 in /requirements Bumps [coverage](https://github.com/nedbat/coveragepy) from 7.10.6 to 7.10.7. - [Release notes](https://github.com/nedbat/coveragepy/releases) - [Changelog](https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst) - [Commits](https://github.com/nedbat/coveragepy/compare/7.10.6...7.10.7) --- updated-dependencies: - dependency-name: coverage dependency-version: 7.10.7 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements/fabric/test.txt | 2 +- requirements/pytorch/test.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements/fabric/test.txt b/requirements/fabric/test.txt index 041800a0cc00e..ae4c5a72d0015 100644 --- a/requirements/fabric/test.txt +++ b/requirements/fabric/test.txt @@ -1,4 +1,4 @@ -coverage ==7.10.6 +coverage ==7.10.7 numpy >=1.21.0, <1.27.0 pytest ==8.4.2 pytest-cov ==6.3.0 diff --git a/requirements/pytorch/test.txt b/requirements/pytorch/test.txt index d60e5f7ddf577..1085cbc3cdce3 100644 --- a/requirements/pytorch/test.txt +++ b/requirements/pytorch/test.txt @@ -1,4 +1,4 @@ -coverage ==7.10.6 +coverage ==7.10.7 pytest ==8.4.2 pytest-cov ==6.3.0 pytest-timeout ==2.4.0