From aceeed7012d7b29f09b2b6a3360efa5562cfb22a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 12 Jun 2025 03:23:51 +0000 Subject: [PATCH] chore(deps): update dependency pytest-cov to >=6,<6.3 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 11ce0d46..4baf6e30 100644 --- a/setup.py +++ b/setup.py @@ -50,7 +50,7 @@ "coverage>=7.8,<7.9", "pylint>=3,<3.4", "pytest>=8,<8.5", - "pytest-cov>=6,<6.2", + "pytest-cov>=6,<6.3", "mypy>=1.16,<1.17", "types-python-dateutil", "types-requests",