From e2e5ff81ef028ed98f20fd7b35b5ec0914614856 Mon Sep 17 00:00:00 2001 From: steveoh Date: Wed, 1 Jan 2025 14:21:14 -0700 Subject: [PATCH] deps(dev): update pytest-cov requirement --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 82c0ae1..8f19f96 100644 --- a/setup.py +++ b/setup.py @@ -47,7 +47,7 @@ "google-cloud-storage==2.*", ], "tests": [ - "pytest-cov==5.*", + "pytest-cov==6.*", "pytest-instafail==0.5.*", "pytest-mock==3.*", "pytest-ruff==0.*",