From ffe16e3cebc13d477ea955536825f3e76b7c9330 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Aug 2025 23:19:35 +0000 Subject: [PATCH] build(deps): bump coverage from 7.6.1 to 7.10.3 Bumps [coverage](https://github.com/nedbat/coveragepy) from 7.6.1 to 7.10.3. - [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.6.1...7.10.3) --- updated-dependencies: - dependency-name: coverage dependency-version: 7.10.3 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- benchmark-scripts/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/benchmark-scripts/requirements.txt b/benchmark-scripts/requirements.txt index 4288c04..b754a2e 100644 --- a/benchmark-scripts/requirements.txt +++ b/benchmark-scripts/requirements.txt @@ -1,4 +1,4 @@ -coverage==7.6.1 +coverage==7.10.3 numpy>=1.26.0 pandas>=2.1.0 natsort>=8.4.0