mirror of
https://github.com/home-assistant/core.git
synced 2025-07-16 17:57:11 +00:00
Upgrade pyasn1 to 0.3.1 and pyasn1-modules to 0.0.10 (#8787)
This commit is contained in:
parent
32b7f4d16f
commit
bc376f7045
@ -15,8 +15,8 @@ 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.3.1',
|
||||||
'pyasn1-modules==0.0.9']
|
'pyasn1-modules==0.0.10']
|
||||||
|
|
||||||
_LOGGER = logging.getLogger(__name__)
|
_LOGGER = logging.getLogger(__name__)
|
||||||
|
|
||||||
|
@ -526,10 +526,10 @@ pyalarmdotcom==0.3.0
|
|||||||
pyarlo==0.0.4
|
pyarlo==0.0.4
|
||||||
|
|
||||||
# homeassistant.components.notify.xmpp
|
# homeassistant.components.notify.xmpp
|
||||||
pyasn1-modules==0.0.9
|
pyasn1-modules==0.0.10
|
||||||
|
|
||||||
# homeassistant.components.notify.xmpp
|
# homeassistant.components.notify.xmpp
|
||||||
pyasn1==0.2.3
|
pyasn1==0.3.1
|
||||||
|
|
||||||
# homeassistant.components.apple_tv
|
# homeassistant.components.apple_tv
|
||||||
pyatv==0.3.4
|
pyatv==0.3.4
|
||||||
|
Loading…
x
Reference in New Issue
Block a user