From d652067ca50c1934d34119a974e7a158c1d01a21 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 4 Jan 2022 12:39:58 -0800 Subject: [PATCH] Bump pywin32 from 302 to 303 (#1599) Bumps [pywin32](https://github.com/mhammond/pywin32) from 302 to 303. - [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> --- 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 f0c6f726..d2fe5353 100644 --- a/package/requirements-package.txt +++ b/package/requirements-package.txt @@ -7,4 +7,4 @@ pycryptodomex==3.12.0 pyobjc-framework-Cocoa==8.1; platform_system == "Darwin" pyobjc-core==8.1; platform_system == "Darwin" -pywin32==302; platform_system == "Windows" +pywin32==303; platform_system == "Windows"