python: Upgrade pywin32

Remove pinned pywin32 version. Require an upgrade of pywin32 to a
version that includes security and bug fixes we'd like (CVE-2021-32559).
pull/14997/head
Jaeden Amero 2021-08-12 10:00:45 +01:00
parent 06c9799db4
commit 3904e7c299
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ pycryptodome>=3.9.3,<4
pyusb>=1.0.0,<2.0.0 pyusb>=1.0.0,<2.0.0
hidapi>=0.7.99,<0.8.0;platform_system!="Linux" hidapi>=0.7.99,<0.8.0;platform_system!="Linux"
cmsis-pack-manager>=0.2.3,<0.3.0 cmsis-pack-manager>=0.2.3,<0.3.0
pywin32==224;platform_system=='Windows' pywin32>=301;platform_system=='Windows'
wmi==1.4.9;platform_system=='Windows' wmi==1.4.9;platform_system=='Windows'
psutil==5.6.6 psutil==5.6.6
cryptography>=3.2,<4 cryptography>=3.2,<4