Upgrade googlemaps to 2.4.4 (#2481)

This commit is contained in:
Fabian Affolter 2016-07-10 19:32:38 +02:00 committed by Paulus Schoutsen
parent 609458052c
commit bde9e4e9c0
2 changed files with 2 additions and 2 deletions

View File

@ -17,7 +17,7 @@ import homeassistant.util.dt as dt_util
_LOGGER = logging.getLogger(__name__)
REQUIREMENTS = ['googlemaps==2.4.3']
REQUIREMENTS = ['googlemaps==2.4.4']
# Return cached results if last update was less then this time ago
MIN_TIME_BETWEEN_UPDATES = timedelta(minutes=5)

View File

@ -85,7 +85,7 @@ fuzzywuzzy==0.11.0
gntp==1.0.3
# homeassistant.components.sensor.google_travel_time
googlemaps==2.4.3
googlemaps==2.4.4
# homeassistant.components.mqtt.server
hbmqtt==0.7.1