From 2b935564c2cbe139e4591e5ca21eebdc28022b58 Mon Sep 17 00:00:00 2001
From: Allen Porter <allen@thebends.org>
Date: Tue, 1 Nov 2022 02:08:36 -0700
Subject: [PATCH] Bump gcal_sync to 2.2.2 and fix recurring event bug (#81339)

* Bump gcal_sync to 2.2.2 and fix recurring event bug

* Bump to 2.2.2
---
 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 ce95e3112ee..9a184bdd636 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==2.2.0", "oauth2client==4.1.3"],
+  "requirements": ["gcal-sync==2.2.2", "oauth2client==4.1.3"],
   "codeowners": ["@allenporter"],
   "iot_class": "cloud_polling",
   "loggers": ["googleapiclient"]
diff --git a/requirements_all.txt b/requirements_all.txt
index d0f0572b9f5..e16974be627 100644
--- a/requirements_all.txt
+++ b/requirements_all.txt
@@ -728,7 +728,7 @@ gTTS==2.2.4
 garages-amsterdam==3.0.0
 
 # homeassistant.components.google
-gcal-sync==2.2.0
+gcal-sync==2.2.2
 
 # homeassistant.components.geniushub
 geniushub-client==0.6.30
diff --git a/requirements_test_all.txt b/requirements_test_all.txt
index f18b83b13fe..c48ecf6bbd2 100644
--- a/requirements_test_all.txt
+++ b/requirements_test_all.txt
@@ -544,7 +544,7 @@ gTTS==2.2.4
 garages-amsterdam==3.0.0
 
 # homeassistant.components.google
-gcal-sync==2.2.0
+gcal-sync==2.2.2
 
 # homeassistant.components.geocaching
 geocachingapi==0.2.1
-- 
GitLab