From b0f1ee829a2a6d5adad888564d32a3fb3a9a4ba8 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 4 Oct 2021 04:21:24 -0700 Subject: [PATCH] Update pytest-cov from 2.5.1 to 3.0.0 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 0dcbc92..74a440f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ mock==2.0.0; python_version < '3.0' pyobjc-core==4.1; sys_platform == 'darwin' pytest==3.5.0 -pytest-cov==2.5.1 +pytest-cov==3.0.0 unittest2==1.1.0; python_version < '3.0'