update dnspython
parent
17bf27474a
commit
e0db473294
|
@ -45,7 +45,7 @@ from homeassistant.helpers import validate_config
|
|||
from homeassistant.components.notify import (
|
||||
DOMAIN, ATTR_TITLE, BaseNotificationService)
|
||||
|
||||
REQUIREMENTS = ['sleekxmpp>=1.3.1', 'dnspython>=1.11.1']
|
||||
REQUIREMENTS = ['sleekxmpp>=1.3.1', 'dnspython3>=1.12.0']
|
||||
|
||||
|
||||
def get_service(hass, config):
|
||||
|
|
Loading…
Reference in New Issue