Upgrade pyasn1 to 0.3.5 and pyasn1-modules to 0.1.4 (#9474)

This commit is contained in:
Fabian Affolter 2017-09-18 07:45:27 +02:00 committed by GitHub
parent 71e06c566f
commit ced642c862
2 changed files with 4 additions and 4 deletions

View file

@ -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__)