diff --git a/homeassistant/scripts/check_config.py b/homeassistant/scripts/check_config.py index 40ce9a521df..893351c7715 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.7.2",) +REQUIREMENTS = ("colorlog==4.8.0",) _LOGGER = logging.getLogger(__name__) # pylint: disable=protected-access diff --git a/requirements_all.txt b/requirements_all.txt index 23c66f79e59..9c3251c9681 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -429,7 +429,7 @@ co2signal==0.4.2 coinbase==2.1.0 # homeassistant.scripts.check_config -colorlog==4.7.2 +colorlog==4.8.0 # homeassistant.components.color_extractor colorthief==0.2.1 diff --git a/requirements_test_all.txt b/requirements_test_all.txt index fb42375de7b..53f7b69d52d 100644 --- a/requirements_test_all.txt +++ b/requirements_test_all.txt @@ -226,7 +226,7 @@ buienradar==1.0.4 caldav==0.7.1 # homeassistant.scripts.check_config -colorlog==4.7.2 +colorlog==4.8.0 # homeassistant.components.color_extractor colorthief==0.2.1