Upgrade pyasn1-modules to 0.0.9 (#7887)

This commit is contained in:
Fabian Affolter 2017-06-03 22:33:43 +02:00 committed by GitHub
parent cf1a27bd7c
commit 1432ae649a
2 changed files with 2 additions and 2 deletions

View File

@ -16,7 +16,7 @@ from homeassistant.const import CONF_PASSWORD, CONF_SENDER, CONF_RECIPIENT
REQUIREMENTS = ['sleekxmpp==1.3.2', REQUIREMENTS = ['sleekxmpp==1.3.2',
'dnspython3==1.15.0', 'dnspython3==1.15.0',
'pyasn1==0.2.3', 'pyasn1==0.2.3',
'pyasn1-modules==0.0.8'] 'pyasn1-modules==0.0.9']
_LOGGER = logging.getLogger(__name__) _LOGGER = logging.getLogger(__name__)

View File

@ -490,7 +490,7 @@ pyalarmdotcom==0.3.0
pyarlo==0.0.4 pyarlo==0.0.4
# homeassistant.components.notify.xmpp # homeassistant.components.notify.xmpp
pyasn1-modules==0.0.8 pyasn1-modules==0.0.9
# homeassistant.components.notify.xmpp # homeassistant.components.notify.xmpp
pyasn1==0.2.3 pyasn1==0.2.3