From 7b6a817f1a15e6335e75c34977cc59a037addfa0 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Fri, 14 May 2021 11:27:11 -0400 Subject: [PATCH] Update pytest-cov from 2.11.1 to 2.12.0 --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 99a0161040..6d0952fd6e 100644 --- a/setup.cfg +++ b/setup.cfg @@ -100,7 +100,7 @@ testing = codecov==2.1.10 pytest-cov==2.8.1; python_version == "3.4" # pyup: < 2.9 - pytest-cov==2.11.1; python_version != "3.4" + pytest-cov==2.12.0; python_version != "3.4" # TLS trustme>=0.4.0