From 89c438173c7e8e0d21b5534a23b64b59d3f74693 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Thu, 7 Oct 2021 18:28:35 -0600 Subject: [PATCH] Update pytest-cov from 2.8.1 to 3.0.0 --- requirements/test.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/test.txt b/requirements/test.txt index be2e9e3..2d74e8f 100644 --- a/requirements/test.txt +++ b/requirements/test.txt @@ -1,5 +1,5 @@ -r prod.txt coverage==4.5.4 -pytest-cov==2.8.1 +pytest-cov==3.0.0 pytest==5.2.1 tox==3.14.0