From e9e4c8e770415eab9b3725c3c6f0d5d50c11d9df Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Fri, 24 Dec 2021 07:58:49 +0000 Subject: [PATCH] Update dependency pytest-cov to v3 --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 568b586..2475c7a 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.1 + pytest-cov==3.0.0 # Used inside tox for linting lint =