Upgrade TwitterAPI to 2.4.5 (#6351)

This commit is contained in:
Fabian Affolter 2017-03-02 05:57:51 +01:00 committed by GitHub
parent bafa0cc3b8
commit 0fe41ffb00
2 changed files with 2 additions and 2 deletions

View file

@ -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__)

View file

@ -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