Skip to content

Commit

Permalink
Update locationsharinglib to version 3.0.11 (#20322)
Browse files Browse the repository at this point in the history
* Update google_maps.py

There are known bug in locationsharinglib version 3.0.9, the developer has fixed this in 3.0.11. (costastf/locationsharinglib#42)

* Update requirements_all.txt
  • Loading branch information
rolfberkenbosch authored and rohankapoorcom committed Jan 22, 2019
1 parent 9b7780e commit e2a4fde
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion homeassistant/components/device_tracker/google_maps.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
from homeassistant.helpers.typing import ConfigType
from homeassistant.util import slugify, dt as dt_util

REQUIREMENTS = ['locationsharinglib==3.0.9']
REQUIREMENTS = ['locationsharinglib==3.0.11']

_LOGGER = logging.getLogger(__name__)

Expand Down
2 changes: 1 addition & 1 deletion requirements_all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -631,7 +631,7 @@ liveboxplaytv==2.0.2
lmnotify==0.0.4

# homeassistant.components.device_tracker.google_maps
locationsharinglib==3.0.9
locationsharinglib==3.0.11

# homeassistant.components.logi_circle
logi_circle==0.1.7
Expand Down

0 comments on commit e2a4fde

Please sign in to comment.