diff --git a/homeassistant/components/notify/twitter.py b/homeassistant/components/notify/twitter.py index c6f4fa0dd5f..db7de8e40a0 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.8'] +REQUIREMENTS = ['TwitterAPI==2.4.10'] _LOGGER = logging.getLogger(__name__) diff --git a/requirements_all.txt b/requirements_all.txt index bd4dbd8c61f..1ade4ab1be9 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.8 +TwitterAPI==2.4.10 # homeassistant.components.notify.yessssms YesssSMS==0.1.1b3