diff --git a/homeassistant/components/notify/twitter.py b/homeassistant/components/notify/twitter.py index 8f80156c436..d494952716e 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.8'] +REQUIREMENTS = ['TwitterAPI==2.5.9'] _LOGGER = logging.getLogger(__name__) diff --git a/requirements_all.txt b/requirements_all.txt index 41c1d081b7e..8f2f5f91aca 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.8 +TwitterAPI==2.5.9 # homeassistant.components.sensor.waze_travel_time WazeRouteCalculator==0.6