Upgrade distro to 1.3.0 (#14436)
This commit is contained in:
parent
cb709931e4
commit
391e3196ea
2 changed files with 2 additions and 2 deletions
|
@ -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.2.0']
|
||||
REQUIREMENTS = ['distro==1.3.0']
|
||||
|
||||
_LOGGER = logging.getLogger(__name__)
|
||||
|
||||
|
|
|
@ -258,7 +258,7 @@ discogs_client==2.2.1
|
|||
discord.py==0.16.12
|
||||
|
||||
# homeassistant.components.updater
|
||||
distro==1.2.0
|
||||
distro==1.3.0
|
||||
|
||||
# homeassistant.components.switch.digitalloggers
|
||||
dlipower==0.7.165
|
||||
|
|
Loading…
Add table
Reference in a new issue