Skip to content

Commit 3904e7c

Browse files
committed
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).
1 parent 06c9799 commit 3904e7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ pycryptodome>=3.9.3,<4
2121
pyusb>=1.0.0,<2.0.0
2222
hidapi>=0.7.99,<0.8.0;platform_system!="Linux"
2323
cmsis-pack-manager>=0.2.3,<0.3.0
24-
pywin32==224;platform_system=='Windows'
24+
pywin32>=301;platform_system=='Windows'
2525
wmi==1.4.9;platform_system=='Windows'
2626
psutil==5.6.6
2727
cryptography>=3.2,<4

0 commit comments

Comments
 (0)