diff --git a/homeassistant/components/google/manifest.json b/homeassistant/components/google/manifest.json
index 9a184bdd636..f6ebc665cd7 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.2", "oauth2client==4.1.3"],
+  "requirements": ["gcal-sync==2.2.3", "oauth2client==4.1.3"],
   "codeowners": ["@allenporter"],
   "iot_class": "cloud_polling",
   "loggers": ["googleapiclient"]
diff --git a/requirements_all.txt b/requirements_all.txt
index 29e9d79aa0d..1712fa513e6 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.2
+gcal-sync==2.2.3
 
 # homeassistant.components.geniushub
 geniushub-client==0.6.30
diff --git a/requirements_test_all.txt b/requirements_test_all.txt
index 691b19b8b12..a7e33c24d90 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.2
+gcal-sync==2.2.3
 
 # homeassistant.components.geocaching
 geocachingapi==0.2.1