From 63fa9f7dd875caee4210942821bf8ee13ca33663 Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Wed, 14 Apr 2021 23:56:32 +0200 Subject: [PATCH] Upgrade colorlog to 5.0.1 (#49221) --- 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 893351c7715..551f91b2b54 100644 --- a/homeassistant/scripts/check_config.py +++ b/homeassistant/scripts/check_config.py @@ -20,7 +20,7 @@ import homeassistant.util.yaml.loader as yaml_loader # mypy: allow-untyped-calls, allow-untyped-defs -REQUIREMENTS = ("colorlog==4.8.0",) +REQUIREMENTS = ("colorlog==5.0.1",) _LOGGER = logging.getLogger(__name__) # pylint: disable=protected-access diff --git a/requirements_all.txt b/requirements_all.txt index e04b184b9d7..6c3df50ae46 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -435,7 +435,7 @@ co2signal==0.4.2 coinbase==2.1.0 # homeassistant.scripts.check_config -colorlog==4.8.0 +colorlog==5.0.1 # homeassistant.components.color_extractor colorthief==0.2.1 diff --git a/requirements_test_all.txt b/requirements_test_all.txt index 0c2656838da..1179cf735fd 100644 --- a/requirements_test_all.txt +++ b/requirements_test_all.txt @@ -235,7 +235,7 @@ buienradar==1.0.4 caldav==0.7.1 # homeassistant.scripts.check_config -colorlog==4.8.0 +colorlog==5.0.1 # homeassistant.components.color_extractor colorthief==0.2.1