From fbf22b5ea2555d457249ad1ab3f1a65291e5be25 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 May 2022 21:21:44 -0700 Subject: [PATCH] Bump pyobjc-framework-cocoa from 8.2 to 8.5 (#1724) Bumps [pyobjc-framework-cocoa](https://github.com/ronaldoussoren/pyobjc) from 8.2 to 8.5. - [Release notes](https://github.com/ronaldoussoren/pyobjc/releases) - [Changelog](https://github.com/ronaldoussoren/pyobjc/blob/master/docs/changelog.rst) - [Commits](https://github.com/ronaldoussoren/pyobjc/compare/v8.2...v8.5) --- updated-dependencies: - dependency-name: pyobjc-framework-cocoa dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> [skip ci] --- package/requirements-package.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/requirements-package.txt b/package/requirements-package.txt index 910a9fb8..88894f61 100644 --- a/package/requirements-package.txt +++ b/package/requirements-package.txt @@ -4,7 +4,7 @@ pyinstaller==4.9 pyopenssl==22.0.0 pycryptodomex==3.14.1 -pyobjc-framework-Cocoa==8.2; platform_system == "Darwin" +pyobjc-framework-Cocoa==8.5; platform_system == "Darwin" pyobjc-core==8.2; platform_system == "Darwin" pywin32==303; platform_system == "Windows"