Mark min version of httplib2 (#36330)
parent
e30893ed80
commit
691ec21ba4
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue