From 0fe41ffb00751e2722b2a1c744a282e72a0bb1e0 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Thu, 2 Mar 2017 05:57:51 +0100 Subject: [PATCH] Upgrade TwitterAPI to 2.4.5 (#6351) --- 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 60aa2aebd35..21388c292eb 100644 --- a/homeassistant/components/notify/twitter.py +++ b/homeassistant/components/notify/twitter.py @@ -13,7 +13,7 @@ from homeassistant.components.notify import ( PLATFORM_SCHEMA, BaseNotificationService) from homeassistant.const import CONF_ACCESS_TOKEN, CONF_USERNAME -REQUIREMENTS = ['TwitterAPI==2.4.4'] +REQUIREMENTS = ['TwitterAPI==2.4.5'] _LOGGER = logging.getLogger(__name__) diff --git a/requirements_all.txt b/requirements_all.txt index bdf98c7edcc..3aea86fce93 100755 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -31,7 +31,7 @@ PyMata==2.13 SoCo==0.12 # homeassistant.components.notify.twitter -TwitterAPI==2.4.4 +TwitterAPI==2.4.5 # homeassistant.components.sensor.dnsip aiodns==1.1.1