Upgrade googlemaps to 2.4.6 (#6611)
This commit is contained in:
parent
bca673f039
commit
f58941a0d4
2 changed files with 2 additions and 2 deletions
|
@ -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__)
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue