From 9cce22bb72687e60e6013e6cfa6832bea1d254d8 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Sun, 24 Mar 2024 22:03:34 -0700 Subject: [PATCH] Update pytest-cov from 2.5.1 to 5.0.0 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 0dcbc92..5fce5fb 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==5.0.0 unittest2==1.1.0; python_version < '3.0'