mirror of
https://github.com/home-assistant/core.git
synced 2025-07-20 11:47:06 +00:00
Upgrade TwitterAPI to 2.4.5 (#6351)
This commit is contained in:
parent
bafa0cc3b8
commit
0fe41ffb00
@ -13,7 +13,7 @@ from homeassistant.components.notify import (
|
|||||||
PLATFORM_SCHEMA, BaseNotificationService)
|
PLATFORM_SCHEMA, BaseNotificationService)
|
||||||
from homeassistant.const import CONF_ACCESS_TOKEN, CONF_USERNAME
|
from homeassistant.const import CONF_ACCESS_TOKEN, CONF_USERNAME
|
||||||
|
|
||||||
REQUIREMENTS = ['TwitterAPI==2.4.4']
|
REQUIREMENTS = ['TwitterAPI==2.4.5']
|
||||||
|
|
||||||
_LOGGER = logging.getLogger(__name__)
|
_LOGGER = logging.getLogger(__name__)
|
||||||
|
|
||||||
|
@ -31,7 +31,7 @@ PyMata==2.13
|
|||||||
SoCo==0.12
|
SoCo==0.12
|
||||||
|
|
||||||
# homeassistant.components.notify.twitter
|
# homeassistant.components.notify.twitter
|
||||||
TwitterAPI==2.4.4
|
TwitterAPI==2.4.5
|
||||||
|
|
||||||
# homeassistant.components.sensor.dnsip
|
# homeassistant.components.sensor.dnsip
|
||||||
aiodns==1.1.1
|
aiodns==1.1.1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user