From 2656e9b0f97118977434e21a6504e6be72b2713b Mon Sep 17 00:00:00 2001 From: Franck Nijhof <git@frenck.dev> Date: Sun, 8 Nov 2020 14:05:55 +0100 Subject: [PATCH] Upgrade colorlog to 4.5.0 (#42965) --- homeassistant/scripts/check_config.py | 2 +- requirements_all.txt | 2 +- requirements_test_all.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/homeassistant/scripts/check_config.py b/homeassistant/scripts/check_config.py index 8d0235413db..b5745d533fb 100644 --- a/homeassistant/scripts/check_config.py +++ b/homeassistant/scripts/check_config.py @@ -17,7 +17,7 @@ import homeassistant.util.yaml.loader as yaml_loader # mypy: allow-untyped-calls, allow-untyped-defs -REQUIREMENTS = ("colorlog==4.2.1",) +REQUIREMENTS = ("colorlog==4.5.0",) _LOGGER = logging.getLogger(__name__) # pylint: disable=protected-access diff --git a/requirements_all.txt b/requirements_all.txt index e8dd2ec9ecb..6be4ac3ad3d 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -431,7 +431,7 @@ coinbase==2.1.0 coinmarketcap==5.0.3 # homeassistant.scripts.check_config -colorlog==4.2.1 +colorlog==4.5.0 # homeassistant.components.color_extractor colorthief==0.2.1 diff --git a/requirements_test_all.txt b/requirements_test_all.txt index 2fb1e1f80e4..cdb13225779 100644 --- a/requirements_test_all.txt +++ b/requirements_test_all.txt @@ -222,7 +222,7 @@ caldav==0.6.1 coinmarketcap==5.0.3 # homeassistant.scripts.check_config -colorlog==4.2.1 +colorlog==4.5.0 # homeassistant.components.color_extractor colorthief==0.2.1 -- GitLab