From bc376f7045245acd7283f19e9665cf9b9a3c48c0 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Wed, 2 Aug 2017 14:14:01 +0200 Subject: [PATCH] Upgrade pyasn1 to 0.3.1 and pyasn1-modules to 0.0.10 (#8787) --- 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 f7cf20d2ebb..c642db77c79 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.2.3', - 'pyasn1-modules==0.0.9'] + 'pyasn1==0.3.1', + 'pyasn1-modules==0.0.10'] _LOGGER = logging.getLogger(__name__) diff --git a/requirements_all.txt b/requirements_all.txt index 8b43ce7dfd9..96b48ee63d3 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -526,10 +526,10 @@ pyalarmdotcom==0.3.0 pyarlo==0.0.4 # homeassistant.components.notify.xmpp -pyasn1-modules==0.0.9 +pyasn1-modules==0.0.10 # homeassistant.components.notify.xmpp -pyasn1==0.2.3 +pyasn1==0.3.1 # homeassistant.components.apple_tv pyatv==0.3.4