mirror of
https://github.com/home-assistant/core.git
synced 2025-08-01 19:55:10 +02:00
Mark min version of httplib2 (#36330)
This commit is contained in:
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user