From 6ce7399188709239a9b55adf3488573981994441 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Nov 2022 17:04:15 +0000 Subject: [PATCH] Bump pyobjc-framework-cocoa from 8.5 to 9.0 Bumps [pyobjc-framework-cocoa](https://github.com/ronaldoussoren/pyobjc) from 8.5 to 9.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/v8.5...v9.0) --- updated-dependencies: - dependency-name: pyobjc-framework-cocoa dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- 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 ce53967b..601c7409 100644 --- a/package/requirements-package.txt +++ b/package/requirements-package.txt @@ -5,7 +5,7 @@ pyinstaller==5.6.2 pyopenssl==22.0.0 pycryptodomex==3.15.0 -pyobjc-framework-Cocoa==8.5; platform_system == "Darwin" +pyobjc-framework-Cocoa==9.0; platform_system == "Darwin" pyobjc-core==9.0; platform_system == "Darwin" pywin32==304; platform_system == "Windows"