From 6ce16286d58490494e26bbd67cdbd9eac3bc974e Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Mon, 29 Jan 2024 23:24:17 +0100 Subject: [PATCH] Update colorlog to 6.8.2 (#109072) --- 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 dcccdbccf40..5a9f62c938e 100644 --- a/homeassistant/scripts/check_config.py +++ b/homeassistant/scripts/check_config.py @@ -27,7 +27,7 @@ import homeassistant.util.yaml.loader as yaml_loader # mypy: allow-untyped-calls, allow-untyped-defs -REQUIREMENTS = ("colorlog==6.7.0",) +REQUIREMENTS = ("colorlog==6.8.2",) _LOGGER = logging.getLogger(__name__) MOCKS: dict[str, tuple[str, Callable]] = { diff --git a/requirements_all.txt b/requirements_all.txt index 5314e568191..bc5790d35e9 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -639,7 +639,7 @@ clx-sdk-xms==1.0.0 coinbase==2.1.0 # homeassistant.scripts.check_config -colorlog==6.7.0 +colorlog==6.8.2 # homeassistant.components.color_extractor colorthief==0.2.1 diff --git a/requirements_test_all.txt b/requirements_test_all.txt index 034cf040678..8d4b924ecce 100644 --- a/requirements_test_all.txt +++ b/requirements_test_all.txt @@ -526,7 +526,7 @@ caldav==1.3.8 coinbase==2.1.0 # homeassistant.scripts.check_config -colorlog==6.7.0 +colorlog==6.8.2 # homeassistant.components.color_extractor colorthief==0.2.1