From 74c20cdaa1aee05809d37016d5b6bff4da26f005 Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Mon, 17 May 2021 12:26:44 +0200 Subject: [PATCH] Upgrade geopy to 2.1.0 (#50714) --- homeassistant/components/aprs/manifest.json | 2 +- requirements_all.txt | 2 +- requirements_test_all.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/homeassistant/components/aprs/manifest.json b/homeassistant/components/aprs/manifest.json index 5879c122356..29216e622da 100644 --- a/homeassistant/components/aprs/manifest.json +++ b/homeassistant/components/aprs/manifest.json @@ -3,6 +3,6 @@ "name": "APRS", "documentation": "https://www.home-assistant.io/integrations/aprs", "codeowners": ["@PhilRW"], - "requirements": ["aprslib==0.6.46", "geopy==1.21.0"], + "requirements": ["aprslib==0.6.46", "geopy==2.1.0"], "iot_class": "cloud_push" } diff --git a/requirements_all.txt b/requirements_all.txt index 295667ed237..28d5d9cc138 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -645,7 +645,7 @@ geniushub-client==0.6.30 geojson_client==0.4 # homeassistant.components.aprs -geopy==1.21.0 +geopy==2.1.0 # homeassistant.components.geo_rss_events georss_generic_client==0.4 diff --git a/requirements_test_all.txt b/requirements_test_all.txt index e8ac0657ab7..c49bc65c270 100644 --- a/requirements_test_all.txt +++ b/requirements_test_all.txt @@ -351,7 +351,7 @@ garminconnect==0.1.19 geojson_client==0.4 # homeassistant.components.aprs -geopy==1.21.0 +geopy==2.1.0 # homeassistant.components.geo_rss_events georss_generic_client==0.4