Upgrade TwitterAPI to 2.5.9 (#20372)
parent
1bd31e3459
commit
7038dd484a
|
@ -19,7 +19,7 @@ from homeassistant.components.notify import (
|
||||||
from homeassistant.const import CONF_ACCESS_TOKEN, CONF_USERNAME
|
from homeassistant.const import CONF_ACCESS_TOKEN, CONF_USERNAME
|
||||||
from homeassistant.helpers.event import async_track_point_in_time
|
from homeassistant.helpers.event import async_track_point_in_time
|
||||||
|
|
||||||
REQUIREMENTS = ['TwitterAPI==2.5.8']
|
REQUIREMENTS = ['TwitterAPI==2.5.9']
|
||||||
|
|
||||||
_LOGGER = logging.getLogger(__name__)
|
_LOGGER = logging.getLogger(__name__)
|
||||||
|
|
||||||
|
|
|
@ -72,7 +72,7 @@ RtmAPI==0.7.0
|
||||||
TravisPy==0.3.5
|
TravisPy==0.3.5
|
||||||
|
|
||||||
# homeassistant.components.notify.twitter
|
# homeassistant.components.notify.twitter
|
||||||
TwitterAPI==2.5.8
|
TwitterAPI==2.5.9
|
||||||
|
|
||||||
# homeassistant.components.sensor.waze_travel_time
|
# homeassistant.components.sensor.waze_travel_time
|
||||||
WazeRouteCalculator==0.6
|
WazeRouteCalculator==0.6
|
||||||
|
|
Loading…
Reference in New Issue