From 9099e08bf70777d46cf233bedbfbb4393259192e Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Tue, 26 Dec 2017 16:33:11 +0100 Subject: [PATCH] Upgrade distro to 1.2.0 --- 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 c67beee62dd772..f1f5b7dd1fda8d 100644 --- a/homeassistant/components/updater.py +++ b/homeassistant/components/updater.py @@ -25,7 +25,7 @@ import homeassistant.helpers.config_validation as cv import homeassistant.util.dt as dt_util -REQUIREMENTS = ['distro==1.1.0'] +REQUIREMENTS = ['distro==1.2.0'] _LOGGER = logging.getLogger(__name__) diff --git a/requirements_all.txt b/requirements_all.txt index 5eb4361a436cd9..8abb08d7895e55 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -215,7 +215,7 @@ discogs_client==2.2.1 discord.py==0.16.12 # homeassistant.components.updater -distro==1.1.0 +distro==1.2.0 # homeassistant.components.switch.digitalloggers dlipower==0.7.165