From 2198d819c17f99d6f505d480cf8c4e04f2886dec Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 4 Jan 2022 12:38:28 -0800 Subject: [PATCH] Bump pyobjc-framework-cocoa from 8.0 to 8.1 (#1580) Bumps [pyobjc-framework-cocoa](https://github.com/ronaldoussoren/pyobjc) from 8.0 to 8.1. - [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/commits) --- 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> --- 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 8ed185ae..f0c6f726 100644 --- a/package/requirements-package.txt +++ b/package/requirements-package.txt @@ -4,7 +4,7 @@ pyinstaller==4.7 pyopenssl==21.0.0 pycryptodomex==3.12.0 -pyobjc-framework-Cocoa==8.0; platform_system == "Darwin" +pyobjc-framework-Cocoa==8.1; platform_system == "Darwin" pyobjc-core==8.1; platform_system == "Darwin" pywin32==302; platform_system == "Windows"