From 0ebb6972efce92165897488b47e0c939d66c0720 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Oct 2025 18:45:28 +0000 Subject: [PATCH] Bump pytest-cov from 2.8.1 to 7.0.0 Bumps [pytest-cov](https://github.com/pytest-dev/pytest-cov) from 2.8.1 to 7.0.0. - [Changelog](https://github.com/pytest-dev/pytest-cov/blob/master/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest-cov/compare/v2.8.1...v7.0.0) --- updated-dependencies: - dependency-name: pytest-cov dependency-version: 7.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 07d0c48..e8a083e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ codecov==2.0.22 pytest==5.4.1 -pytest-cov==2.8.1 +pytest-cov==7.0.0 pytest-travis-fold==1.3.0 setuptools==46.1.3 requests>=2.0.0