From 98229899dc5630af0665b91da71a372a7bcc7902 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Wed, 26 Dec 2018 20:46:18 +0100 Subject: [PATCH] Upgrade TwitterAPI to 2.5.8 (#19581) --- 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 e2accdbc57a..8f80156c436 100644 --- a/homeassistant/components/notify/twitter.py +++ b/homeassistant/components/notify/twitter.py @@ -19,7 +19,7 @@ from homeassistant.components.notify import ( from homeassistant.const import CONF_ACCESS_TOKEN, CONF_USERNAME from homeassistant.helpers.event import async_track_point_in_time -REQUIREMENTS = ['TwitterAPI==2.5.7'] +REQUIREMENTS = ['TwitterAPI==2.5.8'] _LOGGER = logging.getLogger(__name__) diff --git a/requirements_all.txt b/requirements_all.txt index f4511de2448..e8f7177636a 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -72,7 +72,7 @@ RtmAPI==0.7.0 TravisPy==0.3.5 # homeassistant.components.notify.twitter -TwitterAPI==2.5.7 +TwitterAPI==2.5.8 # homeassistant.components.sensor.waze_travel_time WazeRouteCalculator==0.6