Upgrade TwitterAPI to 2.4.3 (#5244)

This commit is contained in:
Fabian Affolter 2017-01-09 21:34:18 +01:00 committed by Pascal Vizeli
parent c7249a3e3a
commit dd7cafd5e3
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
REQUIREMENTS = ['TwitterAPI==2.4.2']
REQUIREMENTS = ['TwitterAPI==2.4.3']
_LOGGER = logging.getLogger(__name__)

View File

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