From a8842d3636deac24e3b637c4b724fb3fc121659a Mon Sep 17 00:00:00 2001 From: Allen Porter <allen@thebends.org> Date: Thu, 3 Mar 2022 15:22:11 -0800 Subject: [PATCH] Bump httplib2 to 0.20.4 (#67552) --- homeassistant/components/google/manifest.json | 2 +- homeassistant/components/remember_the_milk/manifest.json | 2 +- requirements_all.txt | 2 +- requirements_test_all.txt | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/homeassistant/components/google/manifest.json b/homeassistant/components/google/manifest.json index bd4355ac4e3..53b85ef7aa2 100644 --- a/homeassistant/components/google/manifest.json +++ b/homeassistant/components/google/manifest.json @@ -4,7 +4,7 @@ "documentation": "https://www.home-assistant.io/integrations/calendar.google/", "requirements": [ "google-api-python-client==2.38.0", - "httplib2==0.19.0", + "httplib2==0.20.4", "oauth2client==4.1.3" ], "codeowners": ["@allenporter"], diff --git a/homeassistant/components/remember_the_milk/manifest.json b/homeassistant/components/remember_the_milk/manifest.json index 40bfbe1683c..2dd01f7fe6d 100644 --- a/homeassistant/components/remember_the_milk/manifest.json +++ b/homeassistant/components/remember_the_milk/manifest.json @@ -2,7 +2,7 @@ "domain": "remember_the_milk", "name": "Remember The Milk", "documentation": "https://www.home-assistant.io/integrations/remember_the_milk", - "requirements": ["RtmAPI==0.7.2", "httplib2==0.19.0"], + "requirements": ["RtmAPI==0.7.2", "httplib2==0.20.4"], "dependencies": ["configurator"], "codeowners": [], "iot_class": "cloud_push", diff --git a/requirements_all.txt b/requirements_all.txt index 8a017abebab..219716edebb 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -822,7 +822,7 @@ horimote==0.4.1 # homeassistant.components.google # homeassistant.components.remember_the_milk -httplib2==0.19.0 +httplib2==0.20.4 # homeassistant.components.huawei_lte huawei-lte-api==1.4.18 diff --git a/requirements_test_all.txt b/requirements_test_all.txt index ac07e9037ad..e53bed06e4d 100644 --- a/requirements_test_all.txt +++ b/requirements_test_all.txt @@ -569,7 +569,7 @@ homepluscontrol==0.0.5 # homeassistant.components.google # homeassistant.components.remember_the_milk -httplib2==0.19.0 +httplib2==0.20.4 # homeassistant.components.huawei_lte huawei-lte-api==1.4.18 -- GitLab