diff --git a/homeassistant/components/gdacs/manifest.json b/homeassistant/components/gdacs/manifest.json index b378368a326..fbfe2c87f46 100644 --- a/homeassistant/components/gdacs/manifest.json +++ b/homeassistant/components/gdacs/manifest.json @@ -3,7 +3,7 @@ "name": "Global Disaster Alert and Coordination System (GDACS)", "config_flow": true, "documentation": "https://www.home-assistant.io/integrations/gdacs", - "requirements": ["aio_georss_gdacs==0.7"], + "requirements": ["aio_georss_gdacs==0.8"], "codeowners": ["@exxamalte"], "quality_scale": "platinum", "iot_class": "cloud_polling", diff --git a/requirements_all.txt b/requirements_all.txt index faef7f9c28c..6acb1cbc582 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -110,7 +110,7 @@ aio_geojson_nsw_rfs_incidents==0.6 aio_geojson_usgs_earthquakes==0.2 # homeassistant.components.gdacs -aio_georss_gdacs==0.7 +aio_georss_gdacs==0.8 # homeassistant.components.airq aioairq==0.2.4 diff --git a/requirements_test_all.txt b/requirements_test_all.txt index 3f00ac82597..a7b61945b8c 100644 --- a/requirements_test_all.txt +++ b/requirements_test_all.txt @@ -97,7 +97,7 @@ aio_geojson_nsw_rfs_incidents==0.6 aio_geojson_usgs_earthquakes==0.2 # homeassistant.components.gdacs -aio_georss_gdacs==0.7 +aio_georss_gdacs==0.8 # homeassistant.components.airq aioairq==0.2.4