From f0b311c9d842858ddab4fd9d27e0e0f30954c1be Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Thu, 29 Sep 2022 03:55:27 +0200 Subject: [PATCH] Update pytest-cov from 2.9.0 to 4.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..2ec182e 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==4.0.0 coverage==5.1