mirror of
https://github.com/home-assistant/core.git
synced 2025-07-21 12:17:07 +00:00
Upgrade oauth2client to 4.1.3 (#64044)
This commit is contained in:
parent
105a7e5109
commit
84552d2406
@ -5,7 +5,7 @@
|
|||||||
"requirements": [
|
"requirements": [
|
||||||
"google-api-python-client==1.6.4",
|
"google-api-python-client==1.6.4",
|
||||||
"httplib2==0.19.0",
|
"httplib2==0.19.0",
|
||||||
"oauth2client==4.0.0"
|
"oauth2client==4.1.3"
|
||||||
],
|
],
|
||||||
"codeowners": [],
|
"codeowners": [],
|
||||||
"iot_class": "cloud_polling"
|
"iot_class": "cloud_polling"
|
||||||
|
@ -1131,7 +1131,7 @@ numpy==1.21.4
|
|||||||
oasatelematics==0.3
|
oasatelematics==0.3
|
||||||
|
|
||||||
# homeassistant.components.google
|
# homeassistant.components.google
|
||||||
oauth2client==4.0.0
|
oauth2client==4.1.3
|
||||||
|
|
||||||
# homeassistant.components.profiler
|
# homeassistant.components.profiler
|
||||||
objgraph==3.4.1
|
objgraph==3.4.1
|
||||||
|
@ -704,7 +704,7 @@ numato-gpio==0.10.0
|
|||||||
numpy==1.21.4
|
numpy==1.21.4
|
||||||
|
|
||||||
# homeassistant.components.google
|
# homeassistant.components.google
|
||||||
oauth2client==4.0.0
|
oauth2client==4.1.3
|
||||||
|
|
||||||
# homeassistant.components.profiler
|
# homeassistant.components.profiler
|
||||||
objgraph==3.4.1
|
objgraph==3.4.1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user