From a2ed772e536b36c49a9e33e0d7b7ebf76bf672b1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Jul 2026 19:29:55 +0000 Subject: [PATCH] Bump pytest-cov from 2.7.1 to 7.1.0 Bumps [pytest-cov](https://github.com/pytest-dev/pytest-cov) from 2.7.1 to 7.1.0. - [Changelog](https://github.com/pytest-dev/pytest-cov/blob/master/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest-cov/compare/v2.7.1...v7.1.0) --- updated-dependencies: - dependency-name: pytest-cov dependency-version: 7.1.0 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements_dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_dev.txt b/requirements_dev.txt index 9909754d..f2cacf88 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -1,5 +1,5 @@ pip==26.1.2 wheel==0.46.2 pytest==9.0.3 -pytest-cov==2.7.1 +pytest-cov==7.1.0 codecov==2.0.15