From 1d41321f8f7c9fd35796aad4f6ba37b34e20c064 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Sat, 28 Apr 2018 14:03:09 +0200 Subject: [PATCH] Upgrade colorlog to 3.1.4 (#14132) --- homeassistant/scripts/check_config.py | 4 ++-- requirements_all.txt | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/homeassistant/scripts/check_config.py b/homeassistant/scripts/check_config.py index 8c78602f3d0..4375d973a0b 100644 --- a/homeassistant/scripts/check_config.py +++ b/homeassistant/scripts/check_config.py @@ -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( diff --git a/requirements_all.txt b/requirements_all.txt index fe5901d6577..d6cb477ab51 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -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