diff --git a/homeassistant/components/google/manifest.json b/homeassistant/components/google/manifest.json index e96cf4ec0c6..00d76a9c1d0 100644 --- a/homeassistant/components/google/manifest.json +++ b/homeassistant/components/google/manifest.json @@ -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" diff --git a/requirements_all.txt b/requirements_all.txt index f913301c031..35d5e24ff0b 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -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 diff --git a/requirements_test_all.txt b/requirements_test_all.txt index e254e745101..e8868716024 100644 --- a/requirements_test_all.txt +++ b/requirements_test_all.txt @@ -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