From a090569bd628c4664a30c26d8b27dcdaf1145fc4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Jun 2026 23:14:20 +0000 Subject: [PATCH] deps(py): update pyobjc-framework-cocoa requirement in /cortex Updates the requirements on [pyobjc-framework-cocoa](https://github.com/ronaldoussoren/pyobjc) to permit the latest version. - [Release notes](https://github.com/ronaldoussoren/pyobjc/releases) - [Changelog](https://github.com/ronaldoussoren/pyobjc/blob/main/docs/changelog.rst) - [Commits](https://github.com/ronaldoussoren/pyobjc/compare/v10.1...v12.2) --- updated-dependencies: - dependency-name: pyobjc-framework-cocoa dependency-version: '12.2' dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- cortex/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cortex/pyproject.toml b/cortex/pyproject.toml index 96d40e8..303efa3 100644 --- a/cortex/pyproject.toml +++ b/cortex/pyproject.toml @@ -81,7 +81,7 @@ dependencies = [ # macOS-specific (optional) "pyobjc-framework-AVFoundation>=10.1; sys_platform == 'darwin'", - "pyobjc-framework-Cocoa>=10.1; sys_platform == 'darwin'", + "pyobjc-framework-Cocoa>=12.2; sys_platform == 'darwin'", "pyobjc-framework-Quartz>=10.1; sys_platform == 'darwin'", "pyobjc-framework-CoreAudio>=10.1; sys_platform == 'darwin'", # P0 ยง3.12: UNUserNotificationCenter for OS-level intervention