Skip to content

Commit

Permalink
update pywin32 for security fixes
Browse files Browse the repository at this point in the history
Signed-off-by: Jason Mackay <jmackay@godaddy.com>
  • Loading branch information
jmackay-godaddy committed Feb 22, 2022
1 parent 09d6b14 commit da41397
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
extras_require = {
# win32 APIs if on Windows (required for npipe support)
':sys_platform == "win32" and python_version<"3.0"': 'pywin32>=228',
':sys_platform == "win32" and python_version>="3.0"': 'pywin32>=300',
':sys_platform == "win32" and python_version>="3.0"': 'pywin32>=303',

# If using docker-py over TLS, highly recommend this option is
# pip-installed or pinned.
Expand Down

0 comments on commit da41397

Please sign in to comment.