From 19887f87429dd274ea9b2332378e96fc37a1c30c Mon Sep 17 00:00:00 2001 From: Fabian Affolter <mail@fabian-affolter.ch> Date: Wed, 11 Oct 2017 15:26:34 +0200 Subject: [PATCH] Upgrade pyasn1 to 0.3.7 and pyasn1-modules to 0.1.5 (#9810) --- 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 fe19da49cb2..045f5287873 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.6', - 'pyasn1-modules==0.1.4'] + 'pyasn1==0.3.7', + 'pyasn1-modules==0.1.5'] _LOGGER = logging.getLogger(__name__) diff --git a/requirements_all.txt b/requirements_all.txt index bb3abbd853b..eb748a82dcb 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -571,10 +571,10 @@ pyalarmdotcom==0.3.0 pyarlo==0.0.7 # homeassistant.components.notify.xmpp -pyasn1-modules==0.1.4 +pyasn1-modules==0.1.5 # homeassistant.components.notify.xmpp -pyasn1==0.3.6 +pyasn1==0.3.7 # homeassistant.components.apple_tv pyatv==0.3.5 -- GitLab