From 261265ea184263934a32b34d5d1ac5f54404ad14 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 25 Mar 2024 03:50:33 +0100 Subject: [PATCH] Update pytest-cov from 2.9.0 to 5.0.0 --- test-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test-requirements.txt b/test-requirements.txt index c0cb567..7ade14d 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -1,4 +1,4 @@ pytest>=3.6 requests_mock==1.8.0 -pytest-cov==2.9.0 +pytest-cov==5.0.0 coverage==5.1