Upgrade TwitterAPI to 2.4.6 (#8535)

This commit is contained in:
Fabian Affolter 2017-07-18 16:24:32 +02:00 committed by GitHub
parent 879c816f5c
commit 2aa89cfe07
2 changed files with 2 additions and 2 deletions

View File

@ -16,7 +16,7 @@ from homeassistant.components.notify import (
ATTR_DATA, PLATFORM_SCHEMA, BaseNotificationService)
from homeassistant.const import CONF_ACCESS_TOKEN, CONF_USERNAME
REQUIREMENTS = ['TwitterAPI==2.4.5']
REQUIREMENTS = ['TwitterAPI==2.4.6']
_LOGGER = logging.getLogger(__name__)

View File

@ -36,7 +36,7 @@ PyMata==2.14
SoCo==0.12
# homeassistant.components.notify.twitter
TwitterAPI==2.4.5
TwitterAPI==2.4.6
# homeassistant.components.device_tracker.automatic
aioautomatic==0.4.0