From c980d26aae66f4a7ab3ffa4f87630f9608c3a81d Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Sun, 6 Nov 2016 13:00:41 +0100 Subject: [PATCH] Upgrade distro to 1.0.1 (#4239) --- homeassistant/components/updater.py | 2 +- requirements_all.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/homeassistant/components/updater.py b/homeassistant/components/updater.py index f597c8d1c52..d4eb5d2211c 100644 --- a/homeassistant/components/updater.py +++ b/homeassistant/components/updater.py @@ -30,7 +30,7 @@ ATTR_RELEASE_NOTES = 'release_notes' UPDATER_UUID_FILE = '.uuid' CONF_REPORTING = 'reporting' -REQUIREMENTS = ['distro==1.0.0'] +REQUIREMENTS = ['distro==1.0.1'] CONFIG_SCHEMA = vol.Schema({DOMAIN: { vol.Optional(CONF_REPORTING, default=True): cv.boolean diff --git a/requirements_all.txt b/requirements_all.txt index af5519f1d15..01b297c8c03 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -73,7 +73,7 @@ concord232==0.14 directpy==0.1 # homeassistant.components.updater -distro==1.0.0 +distro==1.0.1 # homeassistant.components.notify.xmpp dnspython3==1.15.0