From 453a6f816b776580b167883186c27bfc0d321e24 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 8 Nov 2022 02:04:14 +0000 Subject: [PATCH] Bump pywin32 from 303 to 305 Bumps [pywin32](https://github.com/mhammond/pywin32) from 303 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] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index f445854..8bc9c61 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,2 +1,2 @@ WMI==1.5.1; sys.platform == 'win32' -pywin32==303; sys.platform == 'win32' +pywin32==305; sys.platform == 'win32'