From f1aef33dd64bb138a5e3942844b8b47566047454 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Sat, 23 Sep 2017 18:32:29 +0200 Subject: [PATCH] Upgrade pyasn1 to 0.3.6 (#9548) --- 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 bcd1c0f3434..fe19da49cb2 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.2', 'dnspython3==1.15.0', - 'pyasn1==0.3.5', + 'pyasn1==0.3.6', 'pyasn1-modules==0.1.4'] _LOGGER = logging.getLogger(__name__) diff --git a/requirements_all.txt b/requirements_all.txt index 538644f6c28..6d0635eb340 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -557,7 +557,7 @@ pyarlo==0.0.4 pyasn1-modules==0.1.4 # homeassistant.components.notify.xmpp -pyasn1==0.3.5 +pyasn1==0.3.6 # homeassistant.components.apple_tv pyatv==0.3.4