From ca7eb33d2329114daac86194a49b0e81bad225bf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Sep 2025 15:02:01 +0000 Subject: [PATCH] Bump pytest-cov from 6.2.1 to 7.0.0 Bumps [pytest-cov](https://github.com/pytest-dev/pytest-cov) from 6.2.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/v6.2.1...v7.0.0) --- updated-dependencies: - dependency-name: pytest-cov dependency-version: 7.0.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 d20d93e9f..e78bae64c 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -4,7 +4,7 @@ git+https://github.com/TheKevJames/coveralls-python.git@0ff8f20fd57f68486a4127b0 ddt==1.7.2 flake8-import-order==0.19.2 pytest==8.4.1 -pytest-cov==6.2.1 +pytest-cov==7.0.0 pytest-json-report==1.5.0 pyflakes==3.4.0 pylama==8.4.1