Mark min version of httplib2 (#36330)

pull/36335/head
Paulus Schoutsen 2020-06-01 00:44:18 -07:00 committed by GitHub
parent e30893ed80
commit 691ec21ba4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 0 deletions

View File

@ -32,6 +32,9 @@ pycryptodome>=3.6.6
# Constrain urllib3 to ensure we deal with CVE-2019-11236 & CVE-2019-11324
urllib3>=1.24.3
# Constrain httplib2 to protect against CVE-2020-11078
httplib2>=0.18.0
# Not needed for our supported Python versions
enum34==1000000000.0.0

View File

@ -61,6 +61,9 @@ pycryptodome>=3.6.6
# Constrain urllib3 to ensure we deal with CVE-2019-11236 & CVE-2019-11324
urllib3>=1.24.3
# Constrain httplib2 to protect against CVE-2020-11078
httplib2>=0.18.0
# Not needed for our supported Python versions
enum34==1000000000.0.0