Upgrade pyasn1 to 0.2.3 (#6588)
This commit is contained in:
parent
2bbaac44d4
commit
9330142987
2 changed files with 2 additions and 2 deletions
|
@ -15,7 +15,7 @@ from homeassistant.const import CONF_PASSWORD, CONF_SENDER, CONF_RECIPIENT
|
|||
|
||||
REQUIREMENTS = ['sleekxmpp==1.3.1',
|
||||
'dnspython3==1.15.0',
|
||||
'pyasn1==0.2.2',
|
||||
'pyasn1==0.2.3',
|
||||
'pyasn1-modules==0.0.8']
|
||||
|
||||
_LOGGER = logging.getLogger(__name__)
|
||||
|
|
|
@ -452,7 +452,7 @@ pyRFXtrx==0.17.0
|
|||
pyasn1-modules==0.0.8
|
||||
|
||||
# homeassistant.components.notify.xmpp
|
||||
pyasn1==0.2.2
|
||||
pyasn1==0.2.3
|
||||
|
||||
# homeassistant.components.media_player.apple_tv
|
||||
pyatv==0.2.1
|
||||
|
|
Loading…
Add table
Reference in a new issue