From 2cda43e8bff57a83ed4151ed903212d985838acc Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 18 Oct 2021 17:07:07 +0100 Subject: [PATCH] Update pyobjc from 6.2.2 to 7.3 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 3b4f07478..8c983603b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -10,4 +10,4 @@ fs==2.4.13 skia-pathops==0.7.1; platform_python_implementation != "PyPy" # this is only required to run Tests/cu2qu/{ufo,cli}_test.py ufoLib2==0.11.4 -pyobjc==6.2.2; sys_platform == "darwin" +pyobjc==7.3; sys_platform == "darwin"