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