From 2aa89cfe07792dabc18e4888aa6ba16c59e287cf Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Tue, 18 Jul 2017 16:24:32 +0200 Subject: [PATCH] Upgrade TwitterAPI to 2.4.6 (#8535) --- homeassistant/components/notify/twitter.py | 2 +- requirements_all.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/homeassistant/components/notify/twitter.py b/homeassistant/components/notify/twitter.py index 74002b89c76..9d2a8c07932 100644 --- a/homeassistant/components/notify/twitter.py +++ b/homeassistant/components/notify/twitter.py @@ -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__) diff --git a/requirements_all.txt b/requirements_all.txt index e07cc8de84c..5cb1e676b27 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -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