From c7993eff99d5c28440b68fba3a1f7ba89082bd95 Mon Sep 17 00:00:00 2001 From: Allen Porter <allen@thebends.org> Date: Sat, 4 Jan 2025 09:30:57 -0800 Subject: [PATCH] Bump gcal_sync to 7.0.0 (#134687) --- 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 c33f78c51c6..bd04597e513 100644 --- a/homeassistant/components/google/manifest.json +++ b/homeassistant/components/google/manifest.json @@ -7,5 +7,5 @@ "documentation": "https://www.home-assistant.io/integrations/google", "iot_class": "cloud_polling", "loggers": ["googleapiclient"], - "requirements": ["gcal-sync==6.2.0", "oauth2client==4.1.3", "ical==8.3.0"] + "requirements": ["gcal-sync==7.0.0", "oauth2client==4.1.3", "ical==8.3.0"] } diff --git a/requirements_all.txt b/requirements_all.txt index 8c5d245b2f9..cc17cbde00f 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -968,7 +968,7 @@ gardena-bluetooth==1.5.0 gassist-text==0.0.11 # homeassistant.components.google -gcal-sync==6.2.0 +gcal-sync==7.0.0 # homeassistant.components.geniushub geniushub-client==0.7.1 diff --git a/requirements_test_all.txt b/requirements_test_all.txt index be9d7e7b2e2..bc12b9b6349 100644 --- a/requirements_test_all.txt +++ b/requirements_test_all.txt @@ -821,7 +821,7 @@ gardena-bluetooth==1.5.0 gassist-text==0.0.11 # homeassistant.components.google -gcal-sync==6.2.0 +gcal-sync==7.0.0 # homeassistant.components.geniushub geniushub-client==0.7.1 -- GitLab