From dd6090758810b0ae7632f409f7773ef4b40d3631 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Jan 2025 15:26:44 +0000 Subject: [PATCH] Bump pyobjc from 10.3.2 to 11.0 Bumps [pyobjc](https://github.com/ronaldoussoren/pyobjc) from 10.3.2 to 11.0. - [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.2...v11.0) --- updated-dependencies: - dependency-name: pyobjc dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index cb0b899..9f7f1c0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,7 +21,7 @@ dependencies = [ "klein==24.8.0", "openai-whisper==20240930; sys_platform!='darwin' or platform_machine!='x86_64'", "pydub==0.25.1", - "pyobjc==10.3.2; sys_platform=='darwin'", + "pyobjc==11.0; sys_platform=='darwin'", "rich==13.9.4", "simpleaudio==1.0.4; sys_platform=='darwin'", "textual==0.85.2",