From ca144bae906525f0c9f1c230c4a358c83a96c38e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Jul 2020 13:44:43 +0200 Subject: [PATCH] Bump pytest-cov from 2.8.1 to 2.10.0 (#1145) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Otto Winter --- requirements_test.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_test.txt b/requirements_test.txt index da28ebe0cc..81f4953975 100644 --- a/requirements_test.txt +++ b/requirements_test.txt @@ -5,7 +5,7 @@ pexpect # Unit tests pytest==5.4.3 -pytest-cov==2.8.1 +pytest-cov==2.10.0 pytest-mock==1.13.0 asyncmock==0.4.2 hypothesis==5.19.3