mirror of
https://github.com/home-assistant/core.git
synced 2025-05-14 02:49:15 +00:00
Upgrade TwitterAPI to 2.4.6 (#8535)
This commit is contained in:
parent
879c816f5c
commit
2aa89cfe07
@ -16,7 +16,7 @@ from homeassistant.components.notify import (
|
|||||||
ATTR_DATA, PLATFORM_SCHEMA, BaseNotificationService)
|
ATTR_DATA, 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.5']
|
REQUIREMENTS = ['TwitterAPI==2.4.6']
|
||||||
|
|
||||||
_LOGGER = logging.getLogger(__name__)
|
_LOGGER = logging.getLogger(__name__)
|
||||||
|
|
||||||
|
@ -36,7 +36,7 @@ PyMata==2.14
|
|||||||
SoCo==0.12
|
SoCo==0.12
|
||||||
|
|
||||||
# homeassistant.components.notify.twitter
|
# homeassistant.components.notify.twitter
|
||||||
TwitterAPI==2.4.5
|
TwitterAPI==2.4.6
|
||||||
|
|
||||||
# homeassistant.components.device_tracker.automatic
|
# homeassistant.components.device_tracker.automatic
|
||||||
aioautomatic==0.4.0
|
aioautomatic==0.4.0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user