From d008e13c22c320cacf4274fc866c8cec8b2e94fc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 14 Jun 2024 18:54:18 +0000 Subject: [PATCH] [skip ci]: Bump pyobjc-framework-cocoa from 10.3 to 10.3.1 in /src Bumps [pyobjc-framework-cocoa](https://github.com/ronaldoussoren/pyobjc) from 10.3 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.3...v10.3.1) --- updated-dependencies: - dependency-name: pyobjc-framework-cocoa dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- src/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/requirements.txt b/src/requirements.txt index 99e30d54b..a7206c545 100644 --- a/src/requirements.txt +++ b/src/requirements.txt @@ -99,7 +99,7 @@ qt6-tools==6.5.0.1.3; (sys_platform=='darwin' and platform_release>='20.0') or ( ### appnope==0.1.4; sys_platform=='darwin' pyobjc-core==10.3; sys_platform=='darwin' -pyobjc-framework-Cocoa==10.3; sys_platform=='darwin' +pyobjc-framework-Cocoa==10.3.1; sys_platform=='darwin' py2app==0.28.8; sys_platform=='darwin' #py-cpuinfo==9.0.0; sys_platform=='darwin' # used for proper CPU arch detection running under Rosetta2 darkdetect==0.8.0; sys_platform=='darwin' and platform_release<'20.0' # detect if dark mode is active (only used by macOS legacy builds)