From 92504d28843ab10a55f91de73c0f5b881e104c5c Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 1 Jun 2021 18:01:49 +0000 Subject: [PATCH] Update dependency pytest-cov to v2.12.1 --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 4dd01c8..568b586 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.12.0 + pytest-cov==2.12.1 # Used inside tox for linting lint =