From f5429c89b6ae15bc12966a23515066a9e05df64b Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Thu, 28 Apr 2016 08:25:55 +0200 Subject: [PATCH] Upgrade TwitterAPI to 2.4.1 (#1931) --- 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 45c54fd88de..5a37a9b9bab 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.3.6'] +REQUIREMENTS = ['TwitterAPI==2.4.1'] CONF_CONSUMER_KEY = "consumer_key" CONF_CONSUMER_SECRET = "consumer_secret" diff --git a/requirements_all.txt b/requirements_all.txt index b471d8acd59..e854f2efefa 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -20,7 +20,7 @@ PyMata==2.07a SoCo==0.11.1 # homeassistant.components.notify.twitter -TwitterAPI==2.3.6 +TwitterAPI==2.4.1 # homeassistant.components.apcupsd apcaccess==0.0.4