mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 11:17:21 +00:00
Upgrade and constrain httplib2>=0.19.0 (#46725)
This commit is contained in:
parent
399777cfa8
commit
0181cbb312
@ -4,7 +4,7 @@
|
|||||||
"documentation": "https://www.home-assistant.io/integrations/google",
|
"documentation": "https://www.home-assistant.io/integrations/google",
|
||||||
"requirements": [
|
"requirements": [
|
||||||
"google-api-python-client==1.6.4",
|
"google-api-python-client==1.6.4",
|
||||||
"httplib2==0.18.1",
|
"httplib2==0.19.0",
|
||||||
"oauth2client==4.0.0"
|
"oauth2client==4.0.0"
|
||||||
],
|
],
|
||||||
"codeowners": []
|
"codeowners": []
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
"domain": "remember_the_milk",
|
"domain": "remember_the_milk",
|
||||||
"name": "Remember The Milk",
|
"name": "Remember The Milk",
|
||||||
"documentation": "https://www.home-assistant.io/integrations/remember_the_milk",
|
"documentation": "https://www.home-assistant.io/integrations/remember_the_milk",
|
||||||
"requirements": ["RtmAPI==0.7.2", "httplib2==0.18.1"],
|
"requirements": ["RtmAPI==0.7.2", "httplib2==0.19.0"],
|
||||||
"dependencies": ["configurator"],
|
"dependencies": ["configurator"],
|
||||||
"codeowners": []
|
"codeowners": []
|
||||||
}
|
}
|
||||||
|
@ -46,8 +46,9 @@ h11>=0.12.0
|
|||||||
# https://github.com/encode/httpcore/issues/239
|
# https://github.com/encode/httpcore/issues/239
|
||||||
httpcore>=0.12.3
|
httpcore>=0.12.3
|
||||||
|
|
||||||
# Constrain httplib2 to protect against CVE-2020-11078
|
# Constrain httplib2 to protect against GHSA-93xj-8mrv-444m
|
||||||
httplib2>=0.18.0
|
# https://github.com/advisories/GHSA-93xj-8mrv-444m
|
||||||
|
httplib2>=0.19.0
|
||||||
|
|
||||||
# gRPC 1.32+ currently causes issues on ARMv7, see:
|
# gRPC 1.32+ currently causes issues on ARMv7, see:
|
||||||
# https://github.com/home-assistant/core/issues/40148
|
# https://github.com/home-assistant/core/issues/40148
|
||||||
|
@ -779,7 +779,7 @@ horimote==0.4.1
|
|||||||
|
|
||||||
# homeassistant.components.google
|
# homeassistant.components.google
|
||||||
# homeassistant.components.remember_the_milk
|
# homeassistant.components.remember_the_milk
|
||||||
httplib2==0.18.1
|
httplib2==0.19.0
|
||||||
|
|
||||||
# homeassistant.components.huawei_lte
|
# homeassistant.components.huawei_lte
|
||||||
huawei-lte-api==1.4.17
|
huawei-lte-api==1.4.17
|
||||||
|
@ -425,7 +425,7 @@ homematicip==0.13.1
|
|||||||
|
|
||||||
# homeassistant.components.google
|
# homeassistant.components.google
|
||||||
# homeassistant.components.remember_the_milk
|
# homeassistant.components.remember_the_milk
|
||||||
httplib2==0.18.1
|
httplib2==0.19.0
|
||||||
|
|
||||||
# homeassistant.components.huawei_lte
|
# homeassistant.components.huawei_lte
|
||||||
huawei-lte-api==1.4.17
|
huawei-lte-api==1.4.17
|
||||||
|
@ -71,8 +71,9 @@ h11>=0.12.0
|
|||||||
# https://github.com/encode/httpcore/issues/239
|
# https://github.com/encode/httpcore/issues/239
|
||||||
httpcore>=0.12.3
|
httpcore>=0.12.3
|
||||||
|
|
||||||
# Constrain httplib2 to protect against CVE-2020-11078
|
# Constrain httplib2 to protect against GHSA-93xj-8mrv-444m
|
||||||
httplib2>=0.18.0
|
# https://github.com/advisories/GHSA-93xj-8mrv-444m
|
||||||
|
httplib2>=0.19.0
|
||||||
|
|
||||||
# gRPC 1.32+ currently causes issues on ARMv7, see:
|
# gRPC 1.32+ currently causes issues on ARMv7, see:
|
||||||
# https://github.com/home-assistant/core/issues/40148
|
# https://github.com/home-assistant/core/issues/40148
|
||||||
|
Loading…
x
Reference in New Issue
Block a user