From 1f610ce21c014f790476f140a0ece7e8fbd0db74 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 11 Sep 2025 08:56:59 +0200 Subject: [PATCH] build(deps-dev): bump pytest-cov from 6.3.0 to 7.0.0 (#678) Bumps [pytest-cov](https://github.com/pytest-dev/pytest-cov) from 6.3.0 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.3.0...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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 703f988..6a202f8 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -7,7 +7,7 @@ sphinx_rtd_theme==3.0.2 sphinx-tabs==3.4.7 pymarkdownlnt==0.9.32 pytest==8.4.2 -pytest-cov==6.3.0 +pytest-cov==7.0.0 pytest-xprocess==1.0.2 pre-commit mypy==1.17.1