From f06a0ba3738da05794a21d8e11f379c32f6ce7c0 Mon Sep 17 00:00:00 2001 From: thelittlefireman Date: Thu, 17 May 2018 23:06:39 +0200 Subject: [PATCH] Bump locationsharinglib to 2.0.2 (#14359) * Bump locationsharinglib to 2.0.2 * Bump locationsharinglib to 2.0.2 --- homeassistant/components/device_tracker/google_maps.py | 2 +- requirements_all.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/homeassistant/components/device_tracker/google_maps.py b/homeassistant/components/device_tracker/google_maps.py index 1d0058ed229..7aaf02b0f4c 100644 --- a/homeassistant/components/device_tracker/google_maps.py +++ b/homeassistant/components/device_tracker/google_maps.py @@ -19,7 +19,7 @@ from homeassistant.util import slugify _LOGGER = logging.getLogger(__name__) -REQUIREMENTS = ['locationsharinglib==1.2.2'] +REQUIREMENTS = ['locationsharinglib==2.0.2'] CREDENTIALS_FILE = '.google_maps_location_sharing.cookies' diff --git a/requirements_all.txt b/requirements_all.txt index 63af0d7b94f..54cd304b7e9 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -509,7 +509,7 @@ liveboxplaytv==2.0.2 lmnotify==0.0.4 # homeassistant.components.device_tracker.google_maps -locationsharinglib==1.2.2 +locationsharinglib==2.0.2 # homeassistant.components.sensor.luftdaten luftdaten==0.1.3