From debb483a3e310fabae5bfd0a58abc1f0ce580b4e Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 4 Oct 2021 10:44:11 +0200 Subject: [PATCH] Update pytest-cov from 2.9.0 to 3.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..b3f272c 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==3.0.0 coverage==5.1