From 3b5142eb85caaa3f6412d8476cb2e2d497174599 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Wed, 28 Sep 2016 09:07:39 +0200 Subject: [PATCH] Upgrade dnspython3 to 1.14.0 (#3522) --- homeassistant/components/notify/xmpp.py | 2 +- requirements_all.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/homeassistant/components/notify/xmpp.py b/homeassistant/components/notify/xmpp.py index ed64a8b4e07..f292ceccd26 100644 --- a/homeassistant/components/notify/xmpp.py +++ b/homeassistant/components/notify/xmpp.py @@ -14,7 +14,7 @@ from homeassistant.components.notify import ( from homeassistant.const import CONF_PASSWORD, CONF_SENDER, CONF_RECIPIENT REQUIREMENTS = ['sleekxmpp==1.3.1', - 'dnspython3==1.12.0', + 'dnspython3==1.14.0', 'pyasn1==0.1.9', 'pyasn1-modules==0.0.8'] diff --git a/requirements_all.txt b/requirements_all.txt index 083865f8db2..cb20d2a5324 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -68,7 +68,7 @@ colorlog>2.1,<3 directpy==0.1 # homeassistant.components.notify.xmpp -dnspython3==1.12.0 +dnspython3==1.14.0 # homeassistant.components.dweet # homeassistant.components.sensor.dweet