From 20e49a96a65f779002e2912608824c13f2d98b5f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 20 Jan 2026 01:32:56 +0000 Subject: [PATCH] build(deps-dev): update pytest-cov requirement 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.4.0...v7.0.0) --- updated-dependencies: - dependency-name: pytest-cov dependency-version: 7.0.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 7ea198bc..b5ecf5c3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -45,7 +45,7 @@ dev = [ "pytest-asyncio>=0.21.0,<0.23.0; python_version=='3.7'", "pytest-asyncio>=0.23.0,<1.0.0; python_version>='3.8'", "mock>=4.0.3,<5.0.0", - "pytest-cov>=2.4,<3.0", + "pytest-cov>=2.4,<8.0", "ruff>=0.14.0,<1.0.0", "pytest-xdist>=1.15,<2.0", "respx>=0.20.0,<0.21.0; python_version=='3.7'",