From bb1aa753f6288128f964a225b1b01b3b4cb134ee Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Dec 2022 04:05:00 +0000 Subject: [PATCH] Bump pyobjc from 8.1 to 9.0.1 Bumps [pyobjc](https://github.com/ronaldoussoren/pyobjc) from 8.1 to 9.0.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/commits/v9.0.1) --- updated-dependencies: - dependency-name: pyobjc dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 1f5086747e68..63dd362c5bf7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -25,7 +25,7 @@ rebulk==3.1.0 pywin32==303; sys_platform == 'win32' # macOS system calls -pyobjc==8.1; sys_platform == 'darwin' +pyobjc==9.0.1; sys_platform == 'darwin' # Linux notifications notify2==0.3.1; sys_platform != 'win32' and sys_platform != 'darwin'