From b92d6c896d71c8fa4d5bcd46b62e199a4c5d7f8c Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Tue, 4 May 2021 23:44:36 -0700 Subject: [PATCH] Update pytest from 3.5.0 to 6.2.4 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 0dcbc92..a54d68b 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==6.2.4 pytest-cov==2.5.1 unittest2==1.1.0; python_version < '3.0'