Bump httplib2 in google and remember_the_milk (#45578)
Fixes CVE-2020-11078
This commit is contained in:
parent
daddb76e1d
commit
56253a6245
4 changed files with 4 additions and 4 deletions
|
@ -4,7 +4,7 @@
|
|||
"documentation": "https://www.home-assistant.io/integrations/google",
|
||||
"requirements": [
|
||||
"google-api-python-client==1.6.4",
|
||||
"httplib2==0.10.3",
|
||||
"httplib2==0.18.1",
|
||||
"oauth2client==4.0.0"
|
||||
],
|
||||
"codeowners": []
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
"domain": "remember_the_milk",
|
||||
"name": "Remember The Milk",
|
||||
"documentation": "https://www.home-assistant.io/integrations/remember_the_milk",
|
||||
"requirements": ["RtmAPI==0.7.2", "httplib2==0.10.3"],
|
||||
"requirements": ["RtmAPI==0.7.2", "httplib2==0.18.1"],
|
||||
"dependencies": ["configurator"],
|
||||
"codeowners": []
|
||||
}
|
||||
|
|
|
@ -778,7 +778,7 @@ horimote==0.4.1
|
|||
|
||||
# homeassistant.components.google
|
||||
# homeassistant.components.remember_the_milk
|
||||
httplib2==0.10.3
|
||||
httplib2==0.18.1
|
||||
|
||||
# homeassistant.components.huawei_lte
|
||||
huawei-lte-api==1.4.17
|
||||
|
|
|
@ -407,7 +407,7 @@ homematicip==0.13.1
|
|||
|
||||
# homeassistant.components.google
|
||||
# homeassistant.components.remember_the_milk
|
||||
httplib2==0.10.3
|
||||
httplib2==0.18.1
|
||||
|
||||
# homeassistant.components.huawei_lte
|
||||
huawei-lte-api==1.4.17
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue