From e0db473294178498589e06c81de6f9caa08fea5e Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Thu, 27 Aug 2015 14:26:06 +0200 Subject: [PATCH] update dnspython --- homeassistant/components/notify/xmpp.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/homeassistant/components/notify/xmpp.py b/homeassistant/components/notify/xmpp.py index 74269907c06..e756be82014 100644 --- a/homeassistant/components/notify/xmpp.py +++ b/homeassistant/components/notify/xmpp.py @@ -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):