From 91d0dc2e762844f7e903c58fd940b4aca3e2107e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 8 Nov 2022 10:04:58 +0000 Subject: [PATCH] Bump pywin32 from 301 to 305 Bumps [pywin32](https://github.com/mhammond/pywin32) from 301 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/test.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/test.txt b/requirements/test.txt index f8a4d8d..aa56c3d 100644 --- a/requirements/test.txt +++ b/requirements/test.txt @@ -1,2 +1,2 @@ pytest==6.1.2 -pywin32==301;platform_system=="Windows" +pywin32==305;platform_system=="Windows"