From d35077271db8cbf23f4b2d57b46aad846eb2e968 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Sat, 17 Mar 2018 17:40:03 +0100 Subject: [PATCH] Upgrade TwitterAPI to 2.5.0 (#13287) --- 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 db7de8e40a0..9489e05cfa5 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.4.10'] +REQUIREMENTS = ['TwitterAPI==2.5.0'] _LOGGER = logging.getLogger(__name__) diff --git a/requirements_all.txt b/requirements_all.txt index 66009b91c0e..5fecb0ce5df 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -52,7 +52,7 @@ SoCo==0.14 TravisPy==0.3.5 # homeassistant.components.notify.twitter -TwitterAPI==2.4.10 +TwitterAPI==2.5.0 # homeassistant.components.notify.yessssms YesssSMS==0.1.1b3