From 3526252cfce4b6ca2728c73271020b82d0858447 Mon Sep 17 00:00:00 2001 From: Allen Porter Date: Thu, 19 May 2022 08:16:49 -0700 Subject: [PATCH] Bump gcal-sync to 0.8.1 (#72164) --- 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 fde04d96baf..03d15597c44 100644 --- a/homeassistant/components/google/manifest.json +++ b/homeassistant/components/google/manifest.json @@ -4,7 +4,7 @@ "config_flow": true, "dependencies": ["application_credentials"], "documentation": "https://www.home-assistant.io/integrations/calendar.google/", - "requirements": ["gcal-sync==0.8.0", "oauth2client==4.1.3"], + "requirements": ["gcal-sync==0.8.1", "oauth2client==4.1.3"], "codeowners": ["@allenporter"], "iot_class": "cloud_polling", "loggers": ["googleapiclient"] diff --git a/requirements_all.txt b/requirements_all.txt index 05403b5d3aa..15bd902f9a0 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -689,7 +689,7 @@ gTTS==2.2.4 garages-amsterdam==3.0.0 # homeassistant.components.google -gcal-sync==0.8.0 +gcal-sync==0.8.1 # homeassistant.components.geniushub geniushub-client==0.6.30 diff --git a/requirements_test_all.txt b/requirements_test_all.txt index d11047f4c95..a5ea5832e65 100644 --- a/requirements_test_all.txt +++ b/requirements_test_all.txt @@ -492,7 +492,7 @@ gTTS==2.2.4 garages-amsterdam==3.0.0 # homeassistant.components.google -gcal-sync==0.8.0 +gcal-sync==0.8.1 # homeassistant.components.geocaching geocachingapi==0.2.1