Upgrade googlemaps to 2.5.1 (#9653)

This commit is contained in:
Fabian Affolter 2017-10-02 17:17:22 +02:00 committed by GitHub
parent 25e00556d0
commit 3bd31b91fb
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.6']
REQUIREMENTS = ['googlemaps==2.5.1']
_LOGGER = logging.getLogger(__name__)

View File

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