diff --git a/homeassistant/components/tomorrowio/manifest.json b/homeassistant/components/tomorrowio/manifest.json index 6fc8a2f12ce..78d5e895bf7 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.1.0"], + "requirements": ["pytomorrowio==0.3.1"], "codeowners": ["@raman325"], "iot_class": "cloud_polling" } diff --git a/requirements_all.txt b/requirements_all.txt index dbc0ea1ad47..8bc62433732 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -1955,7 +1955,7 @@ pythonegardia==1.0.40 pytile==2022.02.0 # homeassistant.components.tomorrowio -pytomorrowio==0.1.0 +pytomorrowio==0.3.1 # homeassistant.components.touchline pytouchline==0.7 diff --git a/requirements_test_all.txt b/requirements_test_all.txt index d1d44cdfa44..efbab348def 100644 --- a/requirements_test_all.txt +++ b/requirements_test_all.txt @@ -1275,7 +1275,7 @@ python_awair==0.2.3 pytile==2022.02.0 # homeassistant.components.tomorrowio -pytomorrowio==0.1.0 +pytomorrowio==0.3.1 # homeassistant.components.traccar pytraccar==0.10.0