diff --git a/homeassistant/scripts/check_config.py b/homeassistant/scripts/check_config.py
index 8d0235413db726b04688a07a10a4f4dd1fbaf288..b5745d533fbf296645330ba58f5e2552ec948b45 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 e8dd2ec9ecbbfe603d8e58b297e018b27f5fb501..6be4ac3ad3d6167f9b19f2a34bed276dea7b7eee 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 2fb1e1f80e4c399b53b0d0a804ce82fa8f22692a..cdb1322577905d7f2e3b7d42bb33e46fdb73391f 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