From 8f58755caf0ac58f0f19130080f31910be0aa4ad Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Dec 2022 17:05:56 +0000 Subject: [PATCH] Bump pyobjc-core from 9.0 to 9.0.1 Bumps [pyobjc-core](https://github.com/ronaldoussoren/pyobjc) from 9.0 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) --- updated-dependencies: - dependency-name: pyobjc-core dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package/requirements-package.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/requirements-package.txt b/package/requirements-package.txt index 7dc0227b..8904758f 100644 --- a/package/requirements-package.txt +++ b/package/requirements-package.txt @@ -6,6 +6,6 @@ pyopenssl==22.1.0 pycryptodomex==3.15.0 pyobjc-framework-Cocoa==9.0; platform_system == "Darwin" -pyobjc-core==9.0; platform_system == "Darwin" +pyobjc-core==9.0.1; platform_system == "Darwin" pywin32==305; platform_system == "Windows"