From 8d40224d61707aff61f649fcc3b69bdf719f56a2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Nov 2022 11:24:36 -0800 Subject: [PATCH] Bump pywin32 from 304 to 305 (#1894) Bumps [pywin32](https://github.com/mhammond/pywin32) from 304 to 305. - [Release notes](https://github.com/mhammond/pywin32/releases) - [Changelog](https://github.com/mhammond/pywin32/blob/main/CHANGES.txt) - [Commits](https://github.com/mhammond/pywin32/commits) --- updated-dependencies: - dependency-name: pywin32 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> [skip ci] --- 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 87fd6278..597af3b0 100644 --- a/package/requirements-package.txt +++ b/package/requirements-package.txt @@ -8,4 +8,4 @@ pycryptodomex==3.15.0 pyobjc-framework-Cocoa==9.0; platform_system == "Darwin" pyobjc-core==9.0; platform_system == "Darwin" -pywin32==304; platform_system == "Windows" +pywin32==305; platform_system == "Windows"