From 8a33eb4418931f89b9411f1f9ec4293d97e2791c Mon Sep 17 00:00:00 2001 From: Allen Porter Date: Wed, 27 Apr 2022 21:17:25 -0700 Subject: [PATCH] Bump gcal_sync 0.6.3 to fix calendar path encoding bug (#70959) --- 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 8af1fa00437..0e9a2fe7ddb 100644 --- a/homeassistant/components/google/manifest.json +++ b/homeassistant/components/google/manifest.json @@ -4,7 +4,7 @@ "config_flow": true, "dependencies": ["auth"], "documentation": "https://www.home-assistant.io/integrations/calendar.google/", - "requirements": ["gcal-sync==0.6.2", "oauth2client==4.1.3"], + "requirements": ["gcal-sync==0.6.3", "oauth2client==4.1.3"], "codeowners": ["@allenporter"], "iot_class": "cloud_polling", "loggers": ["googleapiclient"] diff --git a/requirements_all.txt b/requirements_all.txt index c76ee52cff7..df74fa12364 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.6.2 +gcal-sync==0.6.3 # homeassistant.components.geniushub geniushub-client==0.6.30 diff --git a/requirements_test_all.txt b/requirements_test_all.txt index bc1eb01a3d2..ec628688ad0 100644 --- a/requirements_test_all.txt +++ b/requirements_test_all.txt @@ -486,7 +486,7 @@ gTTS==2.2.4 garages-amsterdam==3.0.0 # homeassistant.components.google -gcal-sync==0.6.2 +gcal-sync==0.6.3 # homeassistant.components.usgs_earthquakes_feed geojson_client==0.6