Upgrade googlemaps to 2.4.6 (#6611)

This commit is contained in:
Fabian Affolter 2017-03-14 07:54:19 +01:00 committed by GitHub
parent bca673f039
commit f58941a0d4
2 changed files with 2 additions and 2 deletions

View file

@ -20,7 +20,7 @@ import homeassistant.helpers.config_validation as cv
import homeassistant.helpers.location as location
import homeassistant.util.dt as dt_util
REQUIREMENTS = ['googlemaps==2.4.4']
REQUIREMENTS = ['googlemaps==2.4.6']
_LOGGER = logging.getLogger(__name__)

View file

@ -189,7 +189,7 @@ gntp==1.0.3
google-api-python-client==1.6.2
# homeassistant.components.sensor.google_travel_time
googlemaps==2.4.4
googlemaps==2.4.6
# homeassistant.components.sensor.gpsd
gps3==0.33.3