From 3ee46e03a051ba50f85372d9ae8b785906d7302e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 5 Nov 2024 15:41:07 +0000 Subject: [PATCH] chore(deps): update dependency pytest-cov to v6 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index afa07e9..fa7bb69 100644 --- a/setup.py +++ b/setup.py @@ -50,7 +50,7 @@ "coverage>=7.6,<7.7", "pylint>=3,<3.4", "pytest>=8,<8.4", - "pytest-cov>=5,<5.1", + "pytest-cov>=6,<6.1", "mypy>=1.13,<1.14", "types-python-dateutil", "types-requests",