mirror of
https://github.com/home-assistant/core.git
synced 2025-07-31 03:08:01 +02:00
Bump colorlog to 6.9.0 (#142616)
This commit is contained in:
@ -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]] = {
|
||||
|
Reference in New Issue
Block a user