From 429e712c376c9c5b1d52c4f922caecd2c9b34fa3 Mon Sep 17 00:00:00 2001 From: Leszek Hanusz Date: Sun, 14 Jul 2024 18:25:42 +0200 Subject: [PATCH] Bump pytest-cov dev-dependency to 5.0.0 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 0a2fd418..8f8537ea 100644 --- a/setup.py +++ b/setup.py @@ -18,7 +18,7 @@ "pytest==7.4.2", "pytest-asyncio==0.21.1", "pytest-console-scripts==1.3.1", - "pytest-cov==3.0.0", + "pytest-cov==5.0.0", "mock==4.0.2", "vcrpy==4.4.0", "aiofiles",