Bump colorlog to 6.9.0 (#142616)

This commit is contained in:
Thomas55555
2025-04-13 16:10:52 +02:00
committed by GitHub
parent e370248c9e
commit 6d78c961d9
3 changed files with 3 additions and 3 deletions

View File

@ -29,7 +29,7 @@ from homeassistant.helpers.check_config import async_check_ha_config_file
# mypy: allow-untyped-calls, allow-untyped-defs
REQUIREMENTS = ("colorlog==6.8.2",)
REQUIREMENTS = ("colorlog==6.9.0",)
_LOGGER = logging.getLogger(__name__)
MOCKS: dict[str, tuple[str, Callable]] = {