mirror of
https://github.com/home-assistant/core.git
synced 2025-07-18 18:57:06 +00:00
Upgrade dnspython3 to 1.15.0 (#3804)
This commit is contained in:
parent
63580f9e03
commit
002660fd9e
@ -14,10 +14,11 @@ from homeassistant.components.notify import (
|
||||
from homeassistant.const import CONF_PASSWORD, CONF_SENDER, CONF_RECIPIENT
|
||||
|
||||
REQUIREMENTS = ['sleekxmpp==1.3.1',
|
||||
'dnspython3==1.14.0',
|
||||
'dnspython3==1.15.0',
|
||||
'pyasn1==0.1.9',
|
||||
'pyasn1-modules==0.0.8']
|
||||
|
||||
_LOGGER = logging.getLogger(__name__)
|
||||
|
||||
CONF_TLS = 'tls'
|
||||
|
||||
@ -29,9 +30,6 @@ PLATFORM_SCHEMA = PLATFORM_SCHEMA.extend({
|
||||
})
|
||||
|
||||
|
||||
_LOGGER = logging.getLogger(__name__)
|
||||
|
||||
|
||||
def get_service(hass, config):
|
||||
"""Get the Jabber (XMPP) notification service."""
|
||||
return XmppNotificationService(
|
||||
|
@ -70,7 +70,7 @@ colorlog>2.1,<3
|
||||
directpy==0.1
|
||||
|
||||
# homeassistant.components.notify.xmpp
|
||||
dnspython3==1.14.0
|
||||
dnspython3==1.15.0
|
||||
|
||||
# homeassistant.components.dweet
|
||||
# homeassistant.components.sensor.dweet
|
||||
|
Loading…
x
Reference in New Issue
Block a user