From 9edf1e515149df54c8c4a2d84c8dd93520df3e42 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Mon, 1 Oct 2018 10:55:16 +0200 Subject: [PATCH] Upgrade locationsharinglib to 3.0.3 (#17010) * Upgrade locationsharinglib to 3.0.3 * Revert change from #16969 --- homeassistant/components/device_tracker/google_maps.py | 2 +- requirements_all.txt | 2 +- requirements_test_all.txt | 3 --- script/gen_requirements_all.py | 1 - 4 files changed, 2 insertions(+), 6 deletions(-) diff --git a/homeassistant/components/device_tracker/google_maps.py b/homeassistant/components/device_tracker/google_maps.py index c0dcd2f00a7..77f499dcf6b 100644 --- a/homeassistant/components/device_tracker/google_maps.py +++ b/homeassistant/components/device_tracker/google_maps.py @@ -19,7 +19,7 @@ from homeassistant.helpers.event import track_time_interval from homeassistant.helpers.typing import ConfigType from homeassistant.util import slugify, dt as dt_util -REQUIREMENTS = ['locationsharinglib==3.0.2'] +REQUIREMENTS = ['locationsharinglib==3.0.3'] _LOGGER = logging.getLogger(__name__) diff --git a/requirements_all.txt b/requirements_all.txt index 3f4ec58cb92..853e404c8b1 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -558,7 +558,7 @@ liveboxplaytv==2.0.2 lmnotify==0.0.4 # homeassistant.components.device_tracker.google_maps -locationsharinglib==3.0.2 +locationsharinglib==3.0.3 # homeassistant.components.logi_circle logi_circle==0.1.7 diff --git a/requirements_test_all.txt b/requirements_test_all.txt index 7c3ace8e8cf..04cec3b1e6f 100644 --- a/requirements_test_all.txt +++ b/requirements_test_all.txt @@ -103,9 +103,6 @@ libpurecoollink==0.4.2 # homeassistant.components.media_player.soundtouch libsoundtouch==0.7.2 -# homeassistant.components.device_tracker.google_maps -locationsharinglib==3.0.2 - # homeassistant.components.sensor.mfi # homeassistant.components.switch.mfi mficlient==0.3.0 diff --git a/script/gen_requirements_all.py b/script/gen_requirements_all.py index 3fca95e1adf..7493e523273 100755 --- a/script/gen_requirements_all.py +++ b/script/gen_requirements_all.py @@ -63,7 +63,6 @@ TEST_REQUIREMENTS = ( 'influxdb', 'libpurecoollink', 'libsoundtouch', - 'locationsharinglib', 'mficlient', 'numpy', 'paho-mqtt',