From e91d47db967f1465ba85879aee3c0078dcbe6995 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Wed, 27 Dec 2017 09:20:08 +0100 Subject: [PATCH] Upgrade distro to 1.2.0 (#11312) --- 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 c67beee62dd..f1f5b7dd1fd 100644 --- a/homeassistant/components/updater.py +++ b/homeassistant/components/updater.py @@ -25,7 +25,7 @@ from homeassistant.helpers.aiohttp_client import async_get_clientsession 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 75b5e076ef2..5c9158448fc 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