From cf5a35a421bf93f51a77439fac00900042cc2c65 Mon Sep 17 00:00:00 2001 From: Malte Franken Date: Wed, 10 Jul 2019 03:06:10 +1000 Subject: [PATCH] updated geojson_client library to version 0.4 (#25039) --- homeassistant/components/geo_json_events/manifest.json | 2 +- .../components/nsw_rural_fire_service_feed/manifest.json | 2 +- homeassistant/components/usgs_earthquakes_feed/manifest.json | 2 +- requirements_all.txt | 2 +- requirements_test_all.txt | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/homeassistant/components/geo_json_events/manifest.json b/homeassistant/components/geo_json_events/manifest.json index 8e4d7b8a7cd..6ee78fec562 100644 --- a/homeassistant/components/geo_json_events/manifest.json +++ b/homeassistant/components/geo_json_events/manifest.json @@ -3,7 +3,7 @@ "name": "Geo json events", "documentation": "https://www.home-assistant.io/components/geo_json_events", "requirements": [ - "geojson_client==0.3" + "geojson_client==0.4" ], "dependencies": [], "codeowners": [] diff --git a/homeassistant/components/nsw_rural_fire_service_feed/manifest.json b/homeassistant/components/nsw_rural_fire_service_feed/manifest.json index dd0ba048a34..b2bc6aaab24 100644 --- a/homeassistant/components/nsw_rural_fire_service_feed/manifest.json +++ b/homeassistant/components/nsw_rural_fire_service_feed/manifest.json @@ -3,7 +3,7 @@ "name": "Nsw rural fire service feed", "documentation": "https://www.home-assistant.io/components/nsw_rural_fire_service_feed", "requirements": [ - "geojson_client==0.3" + "geojson_client==0.4" ], "dependencies": [], "codeowners": [] diff --git a/homeassistant/components/usgs_earthquakes_feed/manifest.json b/homeassistant/components/usgs_earthquakes_feed/manifest.json index 0b3848dbde6..00aa23c3d4d 100644 --- a/homeassistant/components/usgs_earthquakes_feed/manifest.json +++ b/homeassistant/components/usgs_earthquakes_feed/manifest.json @@ -3,7 +3,7 @@ "name": "Usgs earthquakes feed", "documentation": "https://www.home-assistant.io/components/usgs_earthquakes_feed", "requirements": [ - "geojson_client==0.3" + "geojson_client==0.4" ], "dependencies": [], "codeowners": [] diff --git a/requirements_all.txt b/requirements_all.txt index 2984abf1e2a..17b2b75fae4 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -507,7 +507,7 @@ geniushub-client==0.4.12 # homeassistant.components.geo_json_events # homeassistant.components.nsw_rural_fire_service_feed # homeassistant.components.usgs_earthquakes_feed -geojson_client==0.3 +geojson_client==0.4 # homeassistant.components.aprs geopy==1.19.0 diff --git a/requirements_test_all.txt b/requirements_test_all.txt index 08baa007333..23573c422d4 100644 --- a/requirements_test_all.txt +++ b/requirements_test_all.txt @@ -126,7 +126,7 @@ gTTS-token==1.1.3 # homeassistant.components.geo_json_events # homeassistant.components.nsw_rural_fire_service_feed # homeassistant.components.usgs_earthquakes_feed -geojson_client==0.3 +geojson_client==0.4 # homeassistant.components.aprs geopy==1.19.0