From 723b896215664ce2838412f9c8215b8c9bcdc79a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 Mar 2026 08:06:11 +0000 Subject: [PATCH] update pytest-cov requirement from <7.1,>=4.1 to >=4.1,<7.2 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: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 0901c1e..d3622a4 100644 --- a/setup.py +++ b/setup.py @@ -25,7 +25,7 @@ extras_require={ "dev": [ "pytest>=7.4.4,<9.1.0", - "pytest-cov>=4.1,<7.1", + "pytest-cov>=4.1,<7.2", "requests-mock~=1.11.0", "setuptools>=69.0.3", "pre-commit>=3.8.0",