From 4e231543d96a6029829825cd6f044965d94b9bea Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 24 Mar 2022 05:33:19 +0000 Subject: [PATCH] Bump pywin32 from 228 to 301 Bumps [pywin32](https://github.com/mhammond/pywin32) from 228 to 301. - [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 ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 8d82572..8e93924 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,4 +3,4 @@ Pillow comtypes websocket-client pywin32<=224; sys_platform == 'win32' and python_version <= '3.7' -pywin32==228; sys_platform == 'win32' and python_version >= '3.8' \ No newline at end of file +pywin32==301; sys_platform == 'win32' and python_version >= '3.8' \ No newline at end of file