From 933014298794df1aa474858d62f3eddb0384239d Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Mon, 13 Mar 2017 21:01:45 +0100 Subject: [PATCH] Upgrade pyasn1 to 0.2.3 (#6588) --- homeassistant/components/notify/xmpp.py | 2 +- requirements_all.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/homeassistant/components/notify/xmpp.py b/homeassistant/components/notify/xmpp.py index 2b72dfc4f8c..e0228e967a9 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.2', + 'pyasn1==0.2.3', 'pyasn1-modules==0.0.8'] _LOGGER = logging.getLogger(__name__) diff --git a/requirements_all.txt b/requirements_all.txt index 25214b0e31d..55f2bd3ada6 100755 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -452,7 +452,7 @@ pyRFXtrx==0.17.0 pyasn1-modules==0.0.8 # homeassistant.components.notify.xmpp -pyasn1==0.2.2 +pyasn1==0.2.3 # homeassistant.components.media_player.apple_tv pyatv==0.2.1