From 84552d2406ff944f33367ff6c6ffa97161db15f5 Mon Sep 17 00:00:00 2001 From: Marc Mueller <30130371+cdce8p@users.noreply.github.com> Date: Thu, 13 Jan 2022 14:04:52 +0100 Subject: [PATCH] Upgrade oauth2client to 4.1.3 (#64044) --- homeassistant/components/google/manifest.json | 2 +- requirements_all.txt | 2 +- requirements_test_all.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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