From 2f84183ccde036b97bc459d7cf36f649acc06848 Mon Sep 17 00:00:00 2001 From: Allen Porter <allen@thebends.org> Date: Sun, 24 Mar 2024 01:24:44 -0700 Subject: [PATCH] Bump gcal-sync to 6.0.4 (#114085) --- 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 ec9fb7018d6..00561cb5fd6 100644 --- a/homeassistant/components/google/manifest.json +++ b/homeassistant/components/google/manifest.json @@ -7,5 +7,5 @@ "documentation": "https://www.home-assistant.io/integrations/calendar.google", "iot_class": "cloud_polling", "loggers": ["googleapiclient"], - "requirements": ["gcal-sync==6.0.3", "oauth2client==4.1.3", "ical==7.0.3"] + "requirements": ["gcal-sync==6.0.4", "oauth2client==4.1.3", "ical==7.0.3"] } diff --git a/requirements_all.txt b/requirements_all.txt index 7ca3f82dae1..9114e5ea805 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -911,7 +911,7 @@ gardena-bluetooth==1.4.1 gassist-text==0.0.11 # homeassistant.components.google -gcal-sync==6.0.3 +gcal-sync==6.0.4 # homeassistant.components.geniushub geniushub-client==0.7.1 diff --git a/requirements_test_all.txt b/requirements_test_all.txt index eee4500495d..3bbaf55bc42 100644 --- a/requirements_test_all.txt +++ b/requirements_test_all.txt @@ -743,7 +743,7 @@ gardena-bluetooth==1.4.1 gassist-text==0.0.11 # homeassistant.components.google -gcal-sync==6.0.3 +gcal-sync==6.0.4 # homeassistant.components.geocaching geocachingapi==0.2.1 -- GitLab