Skip to content
Snippets Groups Projects
Commit 3bd31b91 authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

Upgrade googlemaps to 2.5.1 (#9653)

parent 25e00556
No related branches found
No related tags found
No related merge requests found
...@@ -20,7 +20,7 @@ import homeassistant.helpers.config_validation as cv ...@@ -20,7 +20,7 @@ import homeassistant.helpers.config_validation as cv
import homeassistant.helpers.location as location import homeassistant.helpers.location as location
import homeassistant.util.dt as dt_util import homeassistant.util.dt as dt_util
REQUIREMENTS = ['googlemaps==2.4.6'] REQUIREMENTS = ['googlemaps==2.5.1']
_LOGGER = logging.getLogger(__name__) _LOGGER = logging.getLogger(__name__)
......
...@@ -276,7 +276,7 @@ gntp==1.0.3 ...@@ -276,7 +276,7 @@ gntp==1.0.3
google-api-python-client==1.6.2 google-api-python-client==1.6.2
# homeassistant.components.sensor.google_travel_time # homeassistant.components.sensor.google_travel_time
googlemaps==2.4.6 googlemaps==2.5.1
# homeassistant.components.sensor.gpsd # homeassistant.components.sensor.gpsd
gps3==0.33.3 gps3==0.33.3
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment