From 423b76686d5b36ef198eb78e9375e1e40fb045df Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 28 Nov 2021 14:10:35 -0800 Subject: [PATCH] Bump pyobjc-framework-cocoa from 7.3 to 8.0 (#1576) Bumps [pyobjc-framework-cocoa](https://github.com/ronaldoussoren/pyobjc) from 7.3 to 8.0. - [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/v7.3...v8.0) --- updated-dependencies: - dependency-name: pyobjc-framework-cocoa dependency-type: direct:production update-type: version-update:semver-major ... 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 317f0857..5d268669 100644 --- a/package/requirements-package.txt +++ b/package/requirements-package.txt @@ -4,7 +4,7 @@ pyinstaller==4.7 pyopenssl==21.0.0 pycryptodomex==3.11.0 -pyobjc-framework-Cocoa==7.3; platform_system == "Darwin" +pyobjc-framework-Cocoa==8.0; platform_system == "Darwin" pyobjc-core==8.0; platform_system == "Darwin" pywin32==302; platform_system == "Windows"