mirror of
https://github.com/home-assistant/core.git
synced 2025-07-22 20:57:21 +00:00
Upgrade dnspython3 to 1.14.0 (#3522)
This commit is contained in:
parent
4b8bc90d16
commit
3b5142eb85
@ -14,7 +14,7 @@ from homeassistant.components.notify import (
|
|||||||
from homeassistant.const import CONF_PASSWORD, CONF_SENDER, CONF_RECIPIENT
|
from homeassistant.const import CONF_PASSWORD, CONF_SENDER, CONF_RECIPIENT
|
||||||
|
|
||||||
REQUIREMENTS = ['sleekxmpp==1.3.1',
|
REQUIREMENTS = ['sleekxmpp==1.3.1',
|
||||||
'dnspython3==1.12.0',
|
'dnspython3==1.14.0',
|
||||||
'pyasn1==0.1.9',
|
'pyasn1==0.1.9',
|
||||||
'pyasn1-modules==0.0.8']
|
'pyasn1-modules==0.0.8']
|
||||||
|
|
||||||
|
@ -68,7 +68,7 @@ colorlog>2.1,<3
|
|||||||
directpy==0.1
|
directpy==0.1
|
||||||
|
|
||||||
# homeassistant.components.notify.xmpp
|
# homeassistant.components.notify.xmpp
|
||||||
dnspython3==1.12.0
|
dnspython3==1.14.0
|
||||||
|
|
||||||
# homeassistant.components.dweet
|
# homeassistant.components.dweet
|
||||||
# homeassistant.components.sensor.dweet
|
# homeassistant.components.sensor.dweet
|
||||||
|
Loading…
x
Reference in New Issue
Block a user