diff --git a/homeassistant/components/updater.py b/homeassistant/components/updater.py index c05aedbb888..c8385c8aac0 100644 --- a/homeassistant/components/updater.py +++ b/homeassistant/components/updater.py @@ -22,7 +22,7 @@ from homeassistant.const import __version__ as CURRENT_VERSION from homeassistant.const import ATTR_FRIENDLY_NAME from homeassistant.helpers import event -REQUIREMENTS = ['distro==1.0.1'] +REQUIREMENTS = ['distro==1.0.2'] _LOGGER = logging.getLogger(__name__) diff --git a/requirements_all.txt b/requirements_all.txt old mode 100644 new mode 100755 index 572865a285e..536255460e2 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -90,7 +90,7 @@ denonavr==0.3.0 directpy==0.1 # homeassistant.components.updater -distro==1.0.1 +distro==1.0.2 # homeassistant.components.switch.digitalloggers dlipower==0.7.165