From 008e3000bbc9c1d541ad384892e86aaa2f13291a Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Mon, 29 Aug 2016 22:16:10 +0200 Subject: [PATCH] Upgrade TwitterAPI to 2.4.2 (#3043) --- 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 5a37a9b9bab..9284c4fac93 100644 --- a/homeassistant/components/notify/twitter.py +++ b/homeassistant/components/notify/twitter.py @@ -11,7 +11,7 @@ from homeassistant.const import CONF_ACCESS_TOKEN from homeassistant.helpers import validate_config _LOGGER = logging.getLogger(__name__) -REQUIREMENTS = ['TwitterAPI==2.4.1'] +REQUIREMENTS = ['TwitterAPI==2.4.2'] CONF_CONSUMER_KEY = "consumer_key" CONF_CONSUMER_SECRET = "consumer_secret" diff --git a/requirements_all.txt b/requirements_all.txt index f19f22813f2..77388e08f14 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -23,7 +23,7 @@ PyMata==2.12 SoCo==0.11.1 # homeassistant.components.notify.twitter -TwitterAPI==2.4.1 +TwitterAPI==2.4.2 # homeassistant.components.http Werkzeug==0.11.10