From a0d1f4a6fb20a7cf463981486e7c7a8ddd70c94f Mon Sep 17 00:00:00 2001 From: Malte Franken <exxamalte@users.noreply.github.com> Date: Sun, 8 Nov 2020 23:13:09 +1100 Subject: [PATCH] Bump aio_georss_gdacs to v0.4 (#42957) --- homeassistant/components/gdacs/manifest.json | 2 +- requirements_all.txt | 2 +- requirements_test_all.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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 -- GitLab