diff --git a/homeassistant/components/google/manifest.json b/homeassistant/components/google/manifest.json
index 100e128c8e313a6dcc4aafca7f79e126bf644d4c..9d2d96812a5a6e595f1025417a21916ad2931d59 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==4.1.0", "oauth2client==4.1.3"],
+  "requirements": ["gcal-sync==4.1.1", "oauth2client==4.1.3"],
   "codeowners": ["@allenporter"],
   "iot_class": "cloud_polling",
   "loggers": ["googleapiclient"]
diff --git a/requirements_all.txt b/requirements_all.txt
index eb4c5ee1956000e3d17547da2ddfda5aff139d23..de73fa309f75e222a37cc0da54793b60ad8da3dd 100644
--- a/requirements_all.txt
+++ b/requirements_all.txt
@@ -751,7 +751,7 @@ gTTS==2.2.4
 gassist-text==0.0.7
 
 # homeassistant.components.google
-gcal-sync==4.1.0
+gcal-sync==4.1.1
 
 # homeassistant.components.geniushub
 geniushub-client==0.6.30
diff --git a/requirements_test_all.txt b/requirements_test_all.txt
index 4159aa54f0405cc2e7c0764ece1c17190517476c..58687a00dd83e3673bcfcf08992322c495a5d6d5 100644
--- a/requirements_test_all.txt
+++ b/requirements_test_all.txt
@@ -567,7 +567,7 @@ gTTS==2.2.4
 gassist-text==0.0.7
 
 # homeassistant.components.google
-gcal-sync==4.1.0
+gcal-sync==4.1.1
 
 # homeassistant.components.geocaching
 geocachingapi==0.2.1