From 38823bae71103216bc692e103054c7a6c8ae2ab9 Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Tue, 11 Jul 2023 20:29:09 +0200 Subject: [PATCH] Update colorlog to 6.7.0 (#96131) --- 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 92f5b442d9e..5384b86cb98 100644 --- a/homeassistant/scripts/check_config.py +++ b/homeassistant/scripts/check_config.py @@ -26,7 +26,7 @@ import homeassistant.util.yaml.loader as yaml_loader # mypy: allow-untyped-calls, allow-untyped-defs -REQUIREMENTS = ("colorlog==6.6.0",) +REQUIREMENTS = ("colorlog==6.7.0",) _LOGGER = logging.getLogger(__name__) # pylint: disable=protected-access diff --git a/requirements_all.txt b/requirements_all.txt index f6d8a03cbe8..27884a263f0 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -592,7 +592,7 @@ clx-sdk-xms==1.0.0 coinbase==2.1.0 # homeassistant.scripts.check_config -colorlog==6.6.0 +colorlog==6.7.0 # homeassistant.components.color_extractor colorthief==0.2.1 diff --git a/requirements_test_all.txt b/requirements_test_all.txt index cd72a6df01b..5210e0e335b 100644 --- a/requirements_test_all.txt +++ b/requirements_test_all.txt @@ -481,7 +481,7 @@ caldav==1.2.0 coinbase==2.1.0 # homeassistant.scripts.check_config -colorlog==6.6.0 +colorlog==6.7.0 # homeassistant.components.color_extractor colorthief==0.2.1