Upgrade TwitterAPI to 2.4.3 (#5244)
parent
c7249a3e3a
commit
dd7cafd5e3
|
@ -13,7 +13,7 @@ from homeassistant.components.notify import (
|
|||
PLATFORM_SCHEMA, BaseNotificationService)
|
||||
from homeassistant.const import CONF_ACCESS_TOKEN
|
||||
|
||||
REQUIREMENTS = ['TwitterAPI==2.4.2']
|
||||
REQUIREMENTS = ['TwitterAPI==2.4.3']
|
||||
|
||||
_LOGGER = logging.getLogger(__name__)
|
||||
|
||||
|
|
|
@ -31,7 +31,7 @@ PyMata==2.13
|
|||
SoCo==0.12
|
||||
|
||||
# homeassistant.components.notify.twitter
|
||||
TwitterAPI==2.4.2
|
||||
TwitterAPI==2.4.3
|
||||
|
||||
# homeassistant.components.http
|
||||
aiohttp_cors==0.5.0
|
||||
|
|
Loading…
Reference in New Issue