From fb2e0593468fa644c76c28ad78cf8efa3fbdf919 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Fri, 10 Jan 2020 19:55:49 +0100 Subject: [PATCH] Upgrade colorlog to 4.1.0 (#30642) --- homeassistant/scripts/check_config.py | 3 +-- requirements_all.txt | 2 +- requirements_test_all.txt | 2 +- 3 files changed, 3 insertions(+), 4 deletions(-) diff --git a/homeassistant/scripts/check_config.py b/homeassistant/scripts/check_config.py index 857164a5634..c7ef1e93781 100644 --- a/homeassistant/scripts/check_config.py +++ b/homeassistant/scripts/check_config.py @@ -1,5 +1,4 @@ """Script to check the configuration file.""" - import argparse from collections import OrderedDict from glob import glob @@ -16,7 +15,7 @@ import homeassistant.util.yaml.loader as yaml_loader # mypy: allow-untyped-calls, allow-untyped-defs -REQUIREMENTS = ("colorlog==4.0.2",) +REQUIREMENTS = ("colorlog==4.1.0",) _LOGGER = logging.getLogger(__name__) # pylint: disable=protected-access diff --git a/requirements_all.txt b/requirements_all.txt index f2e7d81b7af..03575074939 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -385,7 +385,7 @@ coinbase==2.1.0 coinmarketcap==5.0.3 # homeassistant.scripts.check_config -colorlog==4.0.2 +colorlog==4.1.0 # homeassistant.components.concord232 concord232==0.15 diff --git a/requirements_test_all.txt b/requirements_test_all.txt index 57086fd5f16..f23c944370b 100644 --- a/requirements_test_all.txt +++ b/requirements_test_all.txt @@ -133,7 +133,7 @@ caldav==0.6.1 coinmarketcap==5.0.3 # homeassistant.scripts.check_config -colorlog==4.0.2 +colorlog==4.1.0 # homeassistant.components.eddystone_temperature # homeassistant.components.eq3btsmart