mirror of
https://github.com/home-assistant/core.git
synced 2025-07-22 12:47:08 +00:00
Upgrade TwitterAPI to 2.5.4 (#14639)
This commit is contained in:
parent
2d88f47795
commit
36e8157268
@ -19,7 +19,7 @@ from homeassistant.components.notify import (
|
||||
from homeassistant.const import CONF_ACCESS_TOKEN, CONF_USERNAME
|
||||
from homeassistant.helpers.event import async_track_point_in_time
|
||||
|
||||
REQUIREMENTS = ['TwitterAPI==2.5.3']
|
||||
REQUIREMENTS = ['TwitterAPI==2.5.4']
|
||||
|
||||
_LOGGER = logging.getLogger(__name__)
|
||||
|
||||
|
@ -61,7 +61,7 @@ SoCo==0.14
|
||||
TravisPy==0.3.5
|
||||
|
||||
# homeassistant.components.notify.twitter
|
||||
TwitterAPI==2.5.3
|
||||
TwitterAPI==2.5.4
|
||||
|
||||
# homeassistant.components.sensor.waze_travel_time
|
||||
WazeRouteCalculator==0.5
|
||||
|
Loading…
x
Reference in New Issue
Block a user