diff --git a/homeassistant/components/notify/xmpp.py b/homeassistant/components/notify/xmpp.py index e0228e967a9..ee358ed069c 100644 --- a/homeassistant/components/notify/xmpp.py +++ b/homeassistant/components/notify/xmpp.py @@ -13,7 +13,7 @@ from homeassistant.components.notify import ( ATTR_TITLE, ATTR_TITLE_DEFAULT, PLATFORM_SCHEMA, BaseNotificationService) from homeassistant.const import CONF_PASSWORD, CONF_SENDER, CONF_RECIPIENT -REQUIREMENTS = ['sleekxmpp==1.3.1', +REQUIREMENTS = ['sleekxmpp==1.3.2', 'dnspython3==1.15.0', 'pyasn1==0.2.3', 'pyasn1-modules==0.0.8'] diff --git a/requirements_all.txt b/requirements_all.txt index 7dea8509fa1..bc697d6a657 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -692,7 +692,7 @@ simplisafe-python==1.0.2 slacker==0.9.42 # homeassistant.components.notify.xmpp -sleekxmpp==1.3.1 +sleekxmpp==1.3.2 # homeassistant.components.sleepiq sleepyq==0.6