Upgrade TwitterAPI to 2.4.5 (#6351)
This commit is contained in:
parent
bafa0cc3b8
commit
0fe41ffb00
2 changed files with 2 additions and 2 deletions
|
@ -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.4']
|
||||
REQUIREMENTS = ['TwitterAPI==2.4.5']
|
||||
|
||||
_LOGGER = logging.getLogger(__name__)
|
||||
|
||||
|
|
|
@ -31,7 +31,7 @@ PyMata==2.13
|
|||
SoCo==0.12
|
||||
|
||||
# homeassistant.components.notify.twitter
|
||||
TwitterAPI==2.4.4
|
||||
TwitterAPI==2.4.5
|
||||
|
||||
# homeassistant.components.sensor.dnsip
|
||||
aiodns==1.1.1
|
||||
|
|
Loading…
Add table
Reference in a new issue