diff --git a/homeassistant/components/notify/twitter.py b/homeassistant/components/notify/twitter.py index 5a37a9b9bab..9284c4fac93 100644 --- a/homeassistant/components/notify/twitter.py +++ b/homeassistant/components/notify/twitter.py @@ -11,7 +11,7 @@ from homeassistant.const import CONF_ACCESS_TOKEN from homeassistant.helpers import validate_config _LOGGER = logging.getLogger(__name__) -REQUIREMENTS = ['TwitterAPI==2.4.1'] +REQUIREMENTS = ['TwitterAPI==2.4.2'] CONF_CONSUMER_KEY = "consumer_key" CONF_CONSUMER_SECRET = "consumer_secret" diff --git a/requirements_all.txt b/requirements_all.txt index f19f22813f2..77388e08f14 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -23,7 +23,7 @@ PyMata==2.12 SoCo==0.11.1 # homeassistant.components.notify.twitter -TwitterAPI==2.4.1 +TwitterAPI==2.4.2 # homeassistant.components.http Werkzeug==0.11.10