diff --git a/homeassistant/components/device_tracker/google_maps.py b/homeassistant/components/device_tracker/google_maps.py index c0dcd2f00a7d28bdbd006581c9faff7b8e88ce98..77f499dcf6b0e90925d97e4aeddc043818acf41a 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 3f4ec58cb9217901777352e43659bb1dd2ab69b0..853e404c8b1609ea83c645d5d078c2f99881a4cb 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 7c3ace8e8cf6d99be5aeb97555c3d2dece3754f8..04cec3b1e6f1299b7743d259351b747b7b9d4529 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 3fca95e1adf92a9d5a3c8ca18248a21cea2d9e45..7493e5232731d06f10d1a7bc827c2cfc8d17064f 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',