Upgrade colorlog to 3.1.4 (#14132)

This commit is contained in:
Fabian Affolter 2018-04-28 14:03:09 +02:00 committed by Johann Kellerman
parent 00706ad90c
commit 1d41321f8f
2 changed files with 3 additions and 3 deletions

View File

@ -21,7 +21,7 @@ from homeassistant.config import (
import homeassistant.util.yaml as yaml
from homeassistant.exceptions import HomeAssistantError
REQUIREMENTS = ('colorlog==3.1.2',)
REQUIREMENTS = ('colorlog==3.1.4',)
if system() == 'Windows': # Ensure colorama installed for colorlog on Windows
REQUIREMENTS += ('colorama<=1',)
@ -58,7 +58,7 @@ def color(the_color, *args, reset=None):
def run(script_args: List) -> int:
"""Handle ensure config commandline script."""
parser = argparse.ArgumentParser(
description=("Check Home Assistant configuration."))
description="Check Home Assistant configuration.")
parser.add_argument(
'--script', choices=['check_config'])
parser.add_argument(

View File

@ -202,7 +202,7 @@ coinbase==2.1.0
coinmarketcap==4.2.1
# homeassistant.scripts.check_config
colorlog==3.1.2
colorlog==3.1.4
# homeassistant.components.alarm_control_panel.concord232
# homeassistant.components.binary_sensor.concord232