From 28ad2716ba6bf69348d1a69858b39cbe1824d48c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 19 Jun 2024 00:04:15 -0700 Subject: [PATCH] Bump pyobjc-framework-cocoa from 10.2 to 10.3.1 (#2348) Bumps [pyobjc-framework-cocoa](https://github.com/ronaldoussoren/pyobjc) from 10.2 to 10.3.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/compare/v10.2...v10.3.1) --- 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> Co-authored-by: JonnyWong16 <9099342+JonnyWong16@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 cbb1d737..a34a987e 100644 --- a/package/requirements-package.txt +++ b/package/requirements-package.txt @@ -6,6 +6,6 @@ pyopenssl==24.1.0 pycryptodomex==3.20.0 pyobjc-core==10.3.1; platform_system == "Darwin" -pyobjc-framework-Cocoa==10.2; platform_system == "Darwin" +pyobjc-framework-Cocoa==10.3.1; platform_system == "Darwin" pywin32==306; platform_system == "Windows"