Upgrade distro to 1.4.0 (#20797)

This commit is contained in:
Fabian Affolter 2019-02-07 03:40:38 +01:00 committed by Charles Garwood
parent 06f3e8137a
commit a611fb1664
2 changed files with 2 additions and 2 deletions

View file

@ -23,7 +23,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.3.0']
REQUIREMENTS = ['distro==1.4.0']
_LOGGER = logging.getLogger(__name__)

View file

@ -327,7 +327,7 @@ discogs_client==2.2.1
discord.py==0.16.12
# homeassistant.components.updater
distro==1.3.0
distro==1.4.0
# homeassistant.components.switch.digitalloggers
dlipower==0.7.165