Upgrade uber_rides to 0.6.0 (#9457)
This commit is contained in:
parent
f2c605ba1b
commit
6ccf039c95
2 changed files with 2 additions and 2 deletions
|
@ -14,7 +14,7 @@ from homeassistant.components.sensor import PLATFORM_SCHEMA
|
|||
from homeassistant.helpers.entity import Entity
|
||||
from homeassistant.util import Throttle
|
||||
|
||||
REQUIREMENTS = ['uber_rides==0.5.2']
|
||||
REQUIREMENTS = ['uber_rides==0.6.0']
|
||||
|
||||
_LOGGER = logging.getLogger(__name__)
|
||||
|
||||
|
|
|
@ -978,7 +978,7 @@ transmissionrpc==0.11
|
|||
twilio==5.7.0
|
||||
|
||||
# homeassistant.components.sensor.uber
|
||||
uber_rides==0.5.2
|
||||
uber_rides==0.6.0
|
||||
|
||||
# homeassistant.components.sensor.ups
|
||||
upsmychoice==1.0.6
|
||||
|
|
Loading…
Add table
Reference in a new issue