From ba25aaea5f3fc9155ae1e14818b1d82604a19a9a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 May 2026 22:26:22 +0000 Subject: [PATCH] chore(deps): update pytest-cov requirement from >=4.1.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/v4.1.0...v7.1.0) --- updated-dependencies: - dependency-name: pytest-cov dependency-version: 7.1.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index aa03506b..e5fe349f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -107,7 +107,7 @@ dependencies = [ # Development and testing (optional) "pytest>=7.4.0", "pytest-asyncio>=0.21.0", - "pytest-cov>=4.1.0", + "pytest-cov>=7.1.0", "pytest-mock>=3.12.0", "pytest-xdist>=3.3.0", "pytest-bdd>=7.0.0", @@ -121,7 +121,7 @@ dependencies = [ dev = [ "pytest>=7.4.0", "pytest-asyncio>=0.21.0", - "pytest-cov>=4.1.0", + "pytest-cov>=7.1.0", "pytest-mock>=3.12.0", "pytest-xdist>=3.3.0", "pytest-bdd>=7.0.0",