From 023d029f85b7137fb3f72abe8e168c420f671901 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 2 Jul 2025 08:54:11 +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...v6.2.1) --- updated-dependencies: - dependency-name: pytest-cov dependency-version: 6.2.1 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 c0f1c42..48e538a 100644 --- a/setup.py +++ b/setup.py @@ -26,7 +26,7 @@ extras_require={ "dev": [ "pytest>=7.4.4,<8.4.0", - "pytest-cov>=4.1,<6.1", + "pytest-cov>=4.1,<6.3", "requests-mock~=1.11.0", "setuptools>=69.0.3", "pre-commit>=3.8.0",