From 1ebe25c2b9f0ec4aa546ded45d6dd34ec39fc733 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Thu, 29 Sep 2022 03:24:30 -0600 Subject: [PATCH 1/2] Update pytest-cov from 2.8.1 to 4.0.0 --- requirements/dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/dev.txt b/requirements/dev.txt index 123259b..c30be4f 100644 --- a/requirements/dev.txt +++ b/requirements/dev.txt @@ -6,5 +6,5 @@ Sphinx==2.2.0 cryptography==2.8 coverage==4.5.4 pytest==5.2.1 -pytest-cov==2.8.1 +pytest-cov==4.0.0 apiwrapper==0.1.8 From 4ae3b6cbd79df94c696e9bda1cb6b2d0634294c6 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Thu, 29 Sep 2022 03:24:31 -0600 Subject: [PATCH 2/2] Update pytest-cov from 2.8.1 to 4.0.0 --- requirements/test.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/test.txt b/requirements/test.txt index 35fada8..021d1a5 100644 --- a/requirements/test.txt +++ b/requirements/test.txt @@ -1,5 +1,5 @@ coverage==4.5.4 pytest==5.2.1 tox==3.14.0 -pytest-cov==2.8.1 +pytest-cov==4.0.0 apiwrapper==0.1.8 \ No newline at end of file