mirror of
https://github.com/home-assistant/core.git
synced 2025-07-22 20:57:21 +00:00
Upgrade TwitterAPI to 2.4.4 (#5940)
This commit is contained in:
parent
bc1d14f9c3
commit
9a5618fe96
@ -13,7 +13,7 @@ from homeassistant.components.notify import (
|
||||
PLATFORM_SCHEMA, BaseNotificationService)
|
||||
from homeassistant.const import CONF_ACCESS_TOKEN, CONF_USERNAME
|
||||
|
||||
REQUIREMENTS = ['TwitterAPI==2.4.3']
|
||||
REQUIREMENTS = ['TwitterAPI==2.4.4']
|
||||
|
||||
_LOGGER = logging.getLogger(__name__)
|
||||
|
||||
|
@ -31,7 +31,7 @@ PyMata==2.13
|
||||
SoCo==0.12
|
||||
|
||||
# homeassistant.components.notify.twitter
|
||||
TwitterAPI==2.4.3
|
||||
TwitterAPI==2.4.4
|
||||
|
||||
# homeassistant.components.emulated_hue
|
||||
# homeassistant.components.http
|
||||
|
Loading…
x
Reference in New Issue
Block a user