From ca29224846e7ed8a71d5f8d504007eaabdabaf4c Mon Sep 17 00:00:00 2001 From: thelittlefireman Date: Tue, 24 Apr 2018 18:46:17 +0200 Subject: [PATCH] Bump locationsharinglib to 1.2.2 (#14070) * Bump locationsharinglib to 1.2.2 * Bump locationsharinglib to 1.2.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 b594b23dbeb..1d0058ed229 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.1'] +REQUIREMENTS = ['locationsharinglib==1.2.2'] CREDENTIALS_FILE = '.google_maps_location_sharing.cookies' diff --git a/requirements_all.txt b/requirements_all.txt index 9f398a37bdf..86450c529d5 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -503,7 +503,7 @@ liveboxplaytv==2.0.2 lmnotify==0.0.4 # homeassistant.components.device_tracker.google_maps -locationsharinglib==1.2.1 +locationsharinglib==1.2.2 # homeassistant.components.sensor.luftdaten luftdaten==0.1.3