From ced642c86206e4552aea6ed1e057c93712a5016c Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Mon, 18 Sep 2017 07:45:27 +0200 Subject: [PATCH] Upgrade pyasn1 to 0.3.5 and pyasn1-modules to 0.1.4 (#9474) --- homeassistant/components/notify/xmpp.py | 4 ++-- requirements_all.txt | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/homeassistant/components/notify/xmpp.py b/homeassistant/components/notify/xmpp.py index f93e1b8f426..bcd1c0f3434 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.3', - 'pyasn1-modules==0.1.1'] + 'pyasn1==0.3.5', + 'pyasn1-modules==0.1.4'] _LOGGER = logging.getLogger(__name__) diff --git a/requirements_all.txt b/requirements_all.txt index 96e45c89474..634bf94f280 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -554,10 +554,10 @@ pyalarmdotcom==0.3.0 pyarlo==0.0.4 # homeassistant.components.notify.xmpp -pyasn1-modules==0.1.1 +pyasn1-modules==0.1.4 # homeassistant.components.notify.xmpp -pyasn1==0.3.3 +pyasn1==0.3.5 # homeassistant.components.apple_tv pyatv==0.3.4