mirror of
https://github.com/home-assistant/core.git
synced 2025-07-16 01:37:08 +00:00
Upgrade googlemaps to 2.5.1 (#9653)
This commit is contained in:
parent
25e00556d0
commit
3bd31b91fb
@ -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__)
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user