From 146b52c7c4b8151bb12a9820df48557066572583 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Jun 2025 18:29:28 +0000 Subject: [PATCH] Bump pyobjc-core from 10.3.1 to 11.1 Bumps [pyobjc-core](https://github.com/ronaldoussoren/pyobjc) from 10.3.1 to 11.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.3.1...v11.1) --- updated-dependencies: - dependency-name: pyobjc-core dependency-version: '11.1' 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 5837f631..877385da 100644 --- a/package/requirements-package.txt +++ b/package/requirements-package.txt @@ -5,7 +5,7 @@ importlib-resources==6.4.5 pyinstaller==6.10.0 pyopenssl==25.0.0 -pyobjc-core==10.3.1; platform_system == "Darwin" +pyobjc-core==11.1; platform_system == "Darwin" pyobjc-framework-Cocoa==10.3.1; platform_system == "Darwin" pywin32==308; platform_system == "Windows"