summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2021-08-09 20:57:04 +0000
committerGitHub <noreply@github.com>2021-08-09 20:57:04 +0000
commite0d186d754693feb7d27c2352e455c5febb4a5cd (patch)
treea7e607d79fcb4c35ae34da9f3f8f646e75ff13d1
parent1abeb46dfa1dbe89e384652ef81e57def0b2e285 (diff)
downloaddocker-py-dependabot/pip/pywin32-301.tar.gz
Bump pywin32 from 227 to 301dependabot/pip/pywin32-301
Bumps [pywin32](https://github.com/mhammond/pywin32) from 227 to 301. - [Release notes](https://github.com/mhammond/pywin32/releases) - [Changelog](https://github.com/mhammond/pywin32/blob/master/CHANGES.txt) - [Commits](https://github.com/mhammond/pywin32/commits) --- updated-dependencies: - dependency-name: pywin32 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r--requirements.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/requirements.txt b/requirements.txt
index 42af699..26cbc6f 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -11,7 +11,7 @@ paramiko==2.4.2
pycparser==2.17
pyOpenSSL==18.0.0
pyparsing==2.2.0
-pywin32==227; sys_platform == 'win32'
+pywin32==301; sys_platform == 'win32'
requests==2.26.0
urllib3==1.26.5
websocket-client==0.56.0