From d745be97fbea41863ebba7d6a5a11d3cf64f82c2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Dec 2024 16:52:15 +0000 Subject: [PATCH] build(deps): Bump coverage from 7.6.1 to 7.6.10 Bumps [coverage](https://github.com/nedbat/coveragepy) from 7.6.1 to 7.6.10. - [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.6.10) --- updated-dependencies: - dependency-name: coverage dependency-type: direct:production update-type: version-update:semver-patch ... 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 ef5e3bd..14c4c27 100644 --- a/benchmark-scripts/requirements.txt +++ b/benchmark-scripts/requirements.txt @@ -1,5 +1,5 @@ argparse==1.4.0 -coverage==7.6.1 +coverage==7.6.10 mock==5.1.0 numpy>=1.25.0 pandas>=2.1.0