diff --git a/homeassistant/components/notify/xmpp.py b/homeassistant/components/notify/xmpp.py index 8befb709ddb..2b72dfc4f8c 100644 --- a/homeassistant/components/notify/xmpp.py +++ b/homeassistant/components/notify/xmpp.py @@ -15,7 +15,7 @@ from homeassistant.const import CONF_PASSWORD, CONF_SENDER, CONF_RECIPIENT REQUIREMENTS = ['sleekxmpp==1.3.1', 'dnspython3==1.15.0', - 'pyasn1==0.2.1', + 'pyasn1==0.2.2', 'pyasn1-modules==0.0.8'] _LOGGER = logging.getLogger(__name__) diff --git a/requirements_all.txt b/requirements_all.txt index d8d598dc17f..afa2f0af517 100755 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -415,7 +415,7 @@ pyRFXtrx==0.16.1 pyasn1-modules==0.0.8 # homeassistant.components.notify.xmpp -pyasn1==0.2.1 +pyasn1==0.2.2 # homeassistant.components.media_player.apple_tv pyatv==0.0.1