From 31b95df8d7766d0c53c66ff160350b05ecba974d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Jun 2026 05:19:56 +0000 Subject: [PATCH] Bump pyobjc-core from 12.1 to 12.2 Bumps [pyobjc-core](https://github.com/ronaldoussoren/pyobjc) from 12.1 to 12.2. - [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.1...v12.2) --- updated-dependencies: - dependency-name: pyobjc-core dependency-version: '12.2' dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a35ec48..ad39a17 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,7 +16,7 @@ license-files = ["LICENSE"] dependencies = [ "je_open_cv==0.0.22", "pillow==12.2.0", - "pyobjc-core==12.1;platform_system=='Darwin'", + "pyobjc-core==12.2;platform_system=='Darwin'", "pyobjc==12.1;platform_system=='Darwin'", "python-Xlib==0.33;platform_system=='Linux'", "mss==10.2.0",