diff --git a/homeassistant/components/tomorrowio/manifest.json b/homeassistant/components/tomorrowio/manifest.json
index 5447b90d1cebef4fdc2e87bce7d23ff8b52f3e8c..0823b5ac1851a29f344ef11fa4b97ca36ef11586 100644
--- a/homeassistant/components/tomorrowio/manifest.json
+++ b/homeassistant/components/tomorrowio/manifest.json
@@ -3,7 +3,7 @@
   "name": "Tomorrow.io",
   "config_flow": true,
   "documentation": "https://www.home-assistant.io/integrations/tomorrowio",
-  "requirements": ["pytomorrowio==0.3.3"],
+  "requirements": ["pytomorrowio==0.3.4"],
   "codeowners": ["@raman325", "@lymanepp"],
   "iot_class": "cloud_polling"
 }
diff --git a/requirements_all.txt b/requirements_all.txt
index 0606ec11933c11392eb908354a2e24386f1d814f..4fb9282d0ce821e8b4bb5ed494ccc1b312101630 100644
--- a/requirements_all.txt
+++ b/requirements_all.txt
@@ -1978,7 +1978,7 @@ pythonegardia==1.0.40
 pytile==2022.02.0
 
 # homeassistant.components.tomorrowio
-pytomorrowio==0.3.3
+pytomorrowio==0.3.4
 
 # homeassistant.components.touchline
 pytouchline==0.7
diff --git a/requirements_test_all.txt b/requirements_test_all.txt
index 8148e114d6b994383473e9cdcc2484ade2568b89..6ea366315f7dcbae22d6138f8db901dfaf749ac1 100644
--- a/requirements_test_all.txt
+++ b/requirements_test_all.txt
@@ -1325,7 +1325,7 @@ python_awair==0.2.3
 pytile==2022.02.0
 
 # homeassistant.components.tomorrowio
-pytomorrowio==0.3.3
+pytomorrowio==0.3.4
 
 # homeassistant.components.traccar
 pytraccar==0.10.0