From 5022cf8a6cc6c8078472a64f4726113468598e99 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Wed, 10 Oct 2018 00:02:07 +0200 Subject: [PATCH] Upgrade locationsharinglib to 3.0.6 (#17294) --- 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 77f499dcf6b..aec1dcff355 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.3'] +REQUIREMENTS = ['locationsharinglib==3.0.6'] _LOGGER = logging.getLogger(__name__) diff --git a/requirements_all.txt b/requirements_all.txt index 86fbbced661..0370373e818 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -564,7 +564,7 @@ liveboxplaytv==2.0.2 lmnotify==0.0.4 # homeassistant.components.device_tracker.google_maps -locationsharinglib==3.0.3 +locationsharinglib==3.0.6 # homeassistant.components.logi_circle logi_circle==0.1.7