From 7b5be97c45c190b0ec59b4d14576176c98c7fcf0 Mon Sep 17 00:00:00 2001 From: Ofek Lev Date: Wed, 2 Dec 2020 14:51:39 -0500 Subject: [PATCH] Upgrade Windows dependency (#7537) Signed-off-by: Ofek Lev --- requirements.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index b2f6fc704..e05bcd3f2 100644 --- a/requirements.txt +++ b/requirements.txt @@ -12,10 +12,9 @@ idna==2.10 ipaddress==1.0.23 jsonschema==3.2.0 paramiko==2.7.1 -pypiwin32==219; sys_platform == 'win32' and python_version < '3.6' -pypiwin32==223; sys_platform == 'win32' and python_version >= '3.6' PySocks==1.7.1 python-dotenv==0.14.0 +pywin32==227; sys_platform == 'win32' PyYAML==5.3.1 requests==2.24.0 texttable==1.6.2