From f3638909cd387b4a3471c72c35474256e604851c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 25 Jan 2022 12:50:22 -0800 Subject: [PATCH] Bump pyobjc-framework-cocoa from 8.1 to 8.2 (#1624) Bumps [pyobjc-framework-cocoa](https://github.com/ronaldoussoren/pyobjc) from 8.1 to 8.2. - [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/v8.2) --- 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 fb2d35d5..6469ca72 100644 --- a/package/requirements-package.txt +++ b/package/requirements-package.txt @@ -4,7 +4,7 @@ pyinstaller==4.7 pyopenssl==21.0.0 pycryptodomex==3.13.0 -pyobjc-framework-Cocoa==8.1; platform_system == "Darwin" +pyobjc-framework-Cocoa==8.2; platform_system == "Darwin" pyobjc-core==8.2; platform_system == "Darwin" pywin32==303; platform_system == "Windows"