From 8c389cecd93124707bceceded7470d7b352d49fc Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 1 Jun 2021 18:01:59 +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 e687c30..eb7a44b 100644 --- a/setup.cfg +++ b/setup.cfg @@ -9,7 +9,7 @@ install_requires = [options.extras_require] test = pytest==6.2.4 - pytest-cov==2.12.0 + pytest-cov==2.12.1 # Worth testing out pytest-tldr==0.2.4