mirror of
https://github.com/home-assistant/core.git
synced 2025-07-08 22:07:10 +00:00
Upgrade TwitterAPI to 2.5.0 (#13287)
This commit is contained in:
parent
aec61b7c86
commit
d35077271d
@ -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.4.10']
|
REQUIREMENTS = ['TwitterAPI==2.5.0']
|
||||||
|
|
||||||
_LOGGER = logging.getLogger(__name__)
|
_LOGGER = logging.getLogger(__name__)
|
||||||
|
|
||||||
|
@ -52,7 +52,7 @@ SoCo==0.14
|
|||||||
TravisPy==0.3.5
|
TravisPy==0.3.5
|
||||||
|
|
||||||
# homeassistant.components.notify.twitter
|
# homeassistant.components.notify.twitter
|
||||||
TwitterAPI==2.4.10
|
TwitterAPI==2.5.0
|
||||||
|
|
||||||
# homeassistant.components.notify.yessssms
|
# homeassistant.components.notify.yessssms
|
||||||
YesssSMS==0.1.1b3
|
YesssSMS==0.1.1b3
|
||||||
|
Loading…
x
Reference in New Issue
Block a user