From 36e8157268d32ae65ea0e819cf8ba50510416fae Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Sun, 27 May 2018 15:46:58 +0200 Subject: [PATCH] Upgrade TwitterAPI to 2.5.4 (#14639) --- 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 f81a83325ce..e38e7fcaa0f 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.3'] +REQUIREMENTS = ['TwitterAPI==2.5.4'] _LOGGER = logging.getLogger(__name__) diff --git a/requirements_all.txt b/requirements_all.txt index 126d28832b9..d84e0c0d671 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -61,7 +61,7 @@ SoCo==0.14 TravisPy==0.3.5 # homeassistant.components.notify.twitter -TwitterAPI==2.5.3 +TwitterAPI==2.5.4 # homeassistant.components.sensor.waze_travel_time WazeRouteCalculator==0.5