From a70f7c2d29a14a69d6bf0e28d84d8fac02c6c13b Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Wed, 7 Jun 2023 01:16:25 -0700 Subject: [PATCH] Update pyobjc-core from 4.1 to 9.2 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 0dcbc92..c8bf2b5 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' +pyobjc-core==9.2; sys_platform == 'darwin' pytest==3.5.0 pytest-cov==2.5.1 unittest2==1.1.0; python_version < '3.0'