diff --git a/homeassistant/components/notify/twitter.py b/homeassistant/components/notify/twitter.py index 5672429b9c6..60aa2aebd35 100644 --- a/homeassistant/components/notify/twitter.py +++ b/homeassistant/components/notify/twitter.py @@ -13,7 +13,7 @@ from homeassistant.components.notify import ( PLATFORM_SCHEMA, BaseNotificationService) from homeassistant.const import CONF_ACCESS_TOKEN, CONF_USERNAME -REQUIREMENTS = ['TwitterAPI==2.4.3'] +REQUIREMENTS = ['TwitterAPI==2.4.4'] _LOGGER = logging.getLogger(__name__) diff --git a/requirements_all.txt b/requirements_all.txt index 5ff4111bcb5..c452b58b3c3 100755 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -31,7 +31,7 @@ PyMata==2.13 SoCo==0.12 # homeassistant.components.notify.twitter -TwitterAPI==2.4.3 +TwitterAPI==2.4.4 # homeassistant.components.emulated_hue # homeassistant.components.http