Upgrade TwitterAPI to 2.5.3 (#14596)
This commit is contained in:
parent
82770faad7
commit
ad49942201
2 changed files with 2 additions and 2 deletions
|
@ -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.0']
|
REQUIREMENTS = ['TwitterAPI==2.5.3']
|
||||||
|
|
||||||
_LOGGER = logging.getLogger(__name__)
|
_LOGGER = logging.getLogger(__name__)
|
||||||
|
|
||||||
|
|
|
@ -61,7 +61,7 @@ SoCo==0.14
|
||||||
TravisPy==0.3.5
|
TravisPy==0.3.5
|
||||||
|
|
||||||
# homeassistant.components.notify.twitter
|
# homeassistant.components.notify.twitter
|
||||||
TwitterAPI==2.5.0
|
TwitterAPI==2.5.3
|
||||||
|
|
||||||
# homeassistant.components.sensor.waze_travel_time
|
# homeassistant.components.sensor.waze_travel_time
|
||||||
WazeRouteCalculator==0.5
|
WazeRouteCalculator==0.5
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue