diff --git a/homeassistant/components/gdacs/manifest.json b/homeassistant/components/gdacs/manifest.json index 26743a69d68..65407e85848 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.4"], + "requirements": ["aio_georss_gdacs==0.5"], "codeowners": ["@exxamalte"], "quality_scale": "platinum", "iot_class": "cloud_polling" diff --git a/requirements_all.txt b/requirements_all.txt index 3770f1d6155..7a3571e7bfc 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -132,7 +132,7 @@ aio_geojson_geonetnz_volcano==0.5 aio_geojson_nsw_rfs_incidents==0.3 # homeassistant.components.gdacs -aio_georss_gdacs==0.4 +aio_georss_gdacs==0.5 # homeassistant.components.ambient_station aioambient==1.2.4 diff --git a/requirements_test_all.txt b/requirements_test_all.txt index 98a3bbc5621..7ed3fd8ddfe 100644 --- a/requirements_test_all.txt +++ b/requirements_test_all.txt @@ -72,7 +72,7 @@ aio_geojson_geonetnz_volcano==0.5 aio_geojson_nsw_rfs_incidents==0.3 # homeassistant.components.gdacs -aio_georss_gdacs==0.4 +aio_georss_gdacs==0.5 # homeassistant.components.ambient_station aioambient==1.2.4