Skip to content
Snippets Groups Projects
Commit 002660fd authored by Fabian Affolter's avatar Fabian Affolter Committed by Paulus Schoutsen
Browse files

Upgrade dnspython3 to 1.15.0 (#3804)

parent 63580f9e
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment