From 67f792cafa53320bf4a2f57d009213d4449e3eb0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 Sep 2025 08:04:09 +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/v4.1.0...v7.0.0) --- updated-dependencies: - dependency-name: pytest-cov dependency-version: 7.0.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index bf647ff..80c0c5c 100644 --- a/setup.py +++ b/setup.py @@ -26,7 +26,7 @@ extras_require={ "dev": [ "pytest>=7.4.4,<8.5.0", - "pytest-cov>=4.1,<6.3", + "pytest-cov>=4.1,<7.1", "requests-mock~=1.11.0", "setuptools>=69.0.3", "pre-commit>=3.8.0",