diff --git a/homeassistant/components/gdacs/manifest.json b/homeassistant/components/gdacs/manifest.json
index 630ed0a4a06c06da13f8706a10ab29fd0780d875..1b6356d21e8f0fe389e393b1e9c71d7ee1ed99ba 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 92295f2677df030215c7fa68b02d8272774f8dc3..e8dd2ec9ecbbfe603d8e58b297e018b27f5fb501 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 b118d7424f89f37522dfffa6e67314c03855c7eb..2fb1e1f80e4c399b53b0d0a804ce82fa8f22692a 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