mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 03:07:37 +00:00
Upgrade TwitterAPI to 2.4.3 (#5244)
This commit is contained in:
parent
c7249a3e3a
commit
dd7cafd5e3
@ -13,7 +13,7 @@ from homeassistant.components.notify import (
|
|||||||
PLATFORM_SCHEMA, BaseNotificationService)
|
PLATFORM_SCHEMA, BaseNotificationService)
|
||||||
from homeassistant.const import CONF_ACCESS_TOKEN
|
from homeassistant.const import CONF_ACCESS_TOKEN
|
||||||
|
|
||||||
REQUIREMENTS = ['TwitterAPI==2.4.2']
|
REQUIREMENTS = ['TwitterAPI==2.4.3']
|
||||||
|
|
||||||
_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.2
|
TwitterAPI==2.4.3
|
||||||
|
|
||||||
# homeassistant.components.http
|
# homeassistant.components.http
|
||||||
aiohttp_cors==0.5.0
|
aiohttp_cors==0.5.0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user