From 11f6729cb6c5fce9e50df8fdbc8ae208e72328c7 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Thu, 25 Jul 2024 16:31:31 -0700 Subject: [PATCH] Update pytest from 3.5.0 to 8.3.2 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 0dcbc92..ab14f1d 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==8.3.2 pytest-cov==2.5.1 unittest2==1.1.0; python_version < '3.0'