From 15b90ff67037e7484d8874dcd8e7fd59dfef90c3 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sat, 15 May 2021 15:01:53 +0000 Subject: [PATCH] Update dependency pytest-cov to v2.12.0 --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 74cd3ad..7c5f8fa 100644 --- a/setup.cfg +++ b/setup.cfg @@ -6,7 +6,7 @@ ci = # Used inside Tox for running tests test = pytest==6.2.4 - pytest-cov==2.11.1 + pytest-cov==2.12.0 # Used inside tox for linting lint =