From 1432ae649a3370f8b8f259cc66507edb687399dd Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Sat, 3 Jun 2017 22:33:43 +0200 Subject: [PATCH] Upgrade pyasn1-modules to 0.0.9 (#7887) --- 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 eedd82f2400..f7cf20d2ebb 100644 --- a/homeassistant/components/notify/xmpp.py +++ b/homeassistant/components/notify/xmpp.py @@ -16,7 +16,7 @@ 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.8'] + 'pyasn1-modules==0.0.9'] _LOGGER = logging.getLogger(__name__) diff --git a/requirements_all.txt b/requirements_all.txt index 977ca088702..28727d55a9e 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -490,7 +490,7 @@ pyalarmdotcom==0.3.0 pyarlo==0.0.4 # homeassistant.components.notify.xmpp -pyasn1-modules==0.0.8 +pyasn1-modules==0.0.9 # homeassistant.components.notify.xmpp pyasn1==0.2.3