Add minimal version contrain to urllib3 (#32031)

This commit is contained in:
Franck Nijhof 2020-02-20 19:19:09 +01:00 committed by GitHub
parent b2f2afaf0c
commit bf1092ec80
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 0 deletions

View File

@ -28,6 +28,9 @@ zeroconf==0.24.4
pycryptodome>=3.6.6
# Constrain urllib3 to ensure we deal with CVE-2019-11236 & CVE-2019-11324
urllib3>=1.24.3
# Not needed for our supported Python versions
enum34==1000000000.0.0

View File

@ -58,6 +58,9 @@ CONSTRAINT_PATH = os.path.join(
CONSTRAINT_BASE = """
pycryptodome>=3.6.6
# Constrain urllib3 to ensure we deal with CVE-2019-11236 & CVE-2019-11324
urllib3>=1.24.3
# Not needed for our supported Python versions
enum34==1000000000.0.0