Update colorlog to 6.8.2 (#109072)

This commit is contained in:
Franck Nijhof
2024-01-29 23:24:17 +01:00
committed by GitHub
parent 3dec206421
commit 6ce16286d5
3 changed files with 3 additions and 3 deletions

View File

@ -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]] = {