diff --git a/homeassistant/components/gdacs/manifest.json b/homeassistant/components/gdacs/manifest.json index 630ed0a4a06..1b6356d21e8 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.3"], + "requirements": ["aio_georss_gdacs==0.4"], "codeowners": ["@exxamalte"], "quality_scale": "platinum" } diff --git a/requirements_all.txt b/requirements_all.txt index 92295f2677d..e8dd2ec9ecb 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -138,7 +138,7 @@ aio_geojson_geonetnz_volcano==0.5 aio_geojson_nsw_rfs_incidents==0.3 # homeassistant.components.gdacs -aio_georss_gdacs==0.3 +aio_georss_gdacs==0.4 # homeassistant.components.ambient_station aioambient==1.2.1 diff --git a/requirements_test_all.txt b/requirements_test_all.txt index b118d7424f8..2fb1e1f80e4 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.3 +aio_georss_gdacs==0.4 # homeassistant.components.ambient_station aioambient==1.2.1