From 4c035a6c7d5e4a9bd857b45c85ffcb4247a0c58a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 14 Oct 2021 11:03:02 +0200 Subject: [PATCH] Bump pytest-cov from 2.12.1 to 3.0.0 (#215) --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 29272a1a..a1c2bdfa 100644 --- a/setup.py +++ b/setup.py @@ -29,7 +29,7 @@ "test": [ "pylint==2.8.3", 'pytest==6.2.5', - 'pytest-cov==2.12.1', + 'pytest-cov==3.0.0', "python-dotenv==0.19.1" ] },