diff --git a/homeassistant/components/notify/xmpp.py b/homeassistant/components/notify/xmpp.py index c642db77c79..d04eb91b6c4 100644 --- a/homeassistant/components/notify/xmpp.py +++ b/homeassistant/components/notify/xmpp.py @@ -15,8 +15,8 @@ from homeassistant.const import CONF_PASSWORD, CONF_SENDER, CONF_RECIPIENT REQUIREMENTS = ['sleekxmpp==1.3.2', 'dnspython3==1.15.0', - 'pyasn1==0.3.1', - 'pyasn1-modules==0.0.10'] + 'pyasn1==0.3.2', + 'pyasn1-modules==0.0.11'] _LOGGER = logging.getLogger(__name__) diff --git a/requirements_all.txt b/requirements_all.txt index da69840869f..8939b32d934 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -527,10 +527,10 @@ pyalarmdotcom==0.3.0 pyarlo==0.0.4 # homeassistant.components.notify.xmpp -pyasn1-modules==0.0.10 +pyasn1-modules==0.0.11 # homeassistant.components.notify.xmpp -pyasn1==0.3.1 +pyasn1==0.3.2 # homeassistant.components.apple_tv pyatv==0.3.4