Upgrade dnspython3 to 1.14.0 (#3522)

This commit is contained in:
Fabian Affolter 2016-09-28 09:07:39 +02:00 committed by Paulus Schoutsen
parent 4b8bc90d16
commit 3b5142eb85
2 changed files with 2 additions and 2 deletions

View file

@ -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']