From 01827328b1ef20afeb11a346a9c307fea60eddb1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Aug 2026 08:04:44 +0000 Subject: [PATCH] chore(deps-dev): update pytest-cov requirement from >=2.10.0 to >=7.1.0 Updates the requirements on [pytest-cov](https://github.com/pytest-dev/pytest-cov) to permit the latest version. - [Changelog](https://github.com/pytest-dev/pytest-cov/blob/master/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest-cov/compare/v2.10.0...v7.1.0) --- updated-dependencies: - dependency-name: pytest-cov dependency-version: 7.1.0 dependency-type: direct:development ... 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 daff731..5e5c331 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -2,7 +2,7 @@ pytest>=5.4.0,<7.4.0 pytest-xdist[psutil] mypy>=0.782 pre-commit>=2.6.0 -pytest-cov>=2.10.0 +pytest-cov>=7.1.0 pytest-mock>=1.11.1,<=3.2.0 wheel>=0.33 docutils>=0.14