diff --git a/homeassistant/components/notify/twitter.py b/homeassistant/components/notify/twitter.py index 6cb98e45274..c6f4fa0dd5f 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.6'] +REQUIREMENTS = ['TwitterAPI==2.4.8'] _LOGGER = logging.getLogger(__name__) diff --git a/requirements_all.txt b/requirements_all.txt index f6d5a69fe2d..bcafa0064fc 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -50,7 +50,7 @@ SoCo==0.13 TravisPy==0.3.5 # homeassistant.components.notify.twitter -TwitterAPI==2.4.6 +TwitterAPI==2.4.8 # homeassistant.components.notify.yessssms YesssSMS==0.1.1b3