From 8ffc3986d8d0078999625ca8bafbb0557fc1c3e9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 24 Mar 2024 21:58:02 +0000 Subject: [PATCH] deps: update dependency pytest-cov to v5 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index c720db2f..b1002009 100644 --- a/setup.py +++ b/setup.py @@ -54,7 +54,7 @@ "coverage>=7.4,<7.5", "pylint>=3,<3.2", "pytest>=8,<8.2", - "pytest-cov>=4.1.0,<4.2", + "pytest-cov>=5,<5.1", "mypy>=1.9,<1.10", "types-python-dateutil", "types-requests",