From 305a41a201630229cea02efc4a67a977887530a6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Aug 2026 18:52:00 +0000 Subject: [PATCH] build(deps): update pyobjc requirement from >=12.2.1 to >=12.2.2 Updates the requirements on [pyobjc](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/v12.2.1...v12.2.2) --- updated-dependencies: - dependency-name: pyobjc dependency-version: 12.2.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 520f18f0..07b9de6e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -289,7 +289,7 @@ math = ["latex2mathml>=3.81.0"] macos = [ "py2app>=0.28.10; sys_platform == 'darwin'", "setuptools<83; sys_platform == 'darwin'", - "pyobjc>=12.2.1; sys_platform == 'darwin'", + "pyobjc>=12.2.2; sys_platform == 'darwin'", "apple-fm-sdk>=0.2.1; sys_platform == 'darwin'", ] github = [ diff --git a/requirements.txt b/requirements.txt index d8ebbf47..24d2a234 100644 --- a/requirements.txt +++ b/requirements.txt @@ -38,7 +38,7 @@ prismatoid>=0.17.3; sys_platform == "win32" # macOS platform integration (VoiceOver announcements, Keychain) and the # Apple Foundation Models backend used by Ask Quill on macOS. -pyobjc>=12.2.1; sys_platform == "darwin" +pyobjc>=12.2.2; sys_platform == "darwin" apple-fm-sdk>=0.2.1; sys_platform == "darwin" # Spell check (optional)