From ba3275fed7dd3b82c14e0d3a4a248a18d9ffc9e7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 May 2022 21:23:40 -0700 Subject: [PATCH] Bump pywin32 from 303 to 304 (#1732) Bumps [pywin32](https://github.com/mhammond/pywin32) from 303 to 304. - [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] 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 d80ca071..a3325f0e 100644 --- a/package/requirements-package.txt +++ b/package/requirements-package.txt @@ -7,4 +7,4 @@ pycryptodomex==3.14.1 pyobjc-framework-Cocoa==8.5; platform_system == "Darwin" pyobjc-core==8.5; platform_system == "Darwin" -pywin32==303; platform_system == "Windows" +pywin32==304; platform_system == "Windows"