From ddfcdf0c790fce8623294878687d0e476ab761a3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Aug 2025 01:24:46 +0000 Subject: [PATCH] build(deps): bump coverage from 7.10.4 to 7.10.5 in /requirements Bumps [coverage](https://github.com/nedbat/coveragepy) from 7.10.4 to 7.10.5. - [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.4...7.10.5) --- updated-dependencies: - dependency-name: coverage dependency-version: 7.10.5 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 01959d63b282c..a9b4271cac2c3 100644 --- a/requirements/fabric/test.txt +++ b/requirements/fabric/test.txt @@ -1,4 +1,4 @@ -coverage ==7.10.4 +coverage ==7.10.5 numpy >=1.21.0, <1.27.0 pytest ==8.4.1 pytest-cov ==6.2.1 diff --git a/requirements/pytorch/test.txt b/requirements/pytorch/test.txt index 4810a58fd0d78..9029ecd206330 100644 --- a/requirements/pytorch/test.txt +++ b/requirements/pytorch/test.txt @@ -1,4 +1,4 @@ -coverage ==7.10.4 +coverage ==7.10.5 pytest ==8.4.1 pytest-cov ==6.2.1 pytest-timeout ==2.4.0