mirror of
https://github.com/home-assistant/core.git
synced 2025-07-29 18:28:14 +02:00
Update colorlog to 6.8.2 (#109072)
This commit is contained in:
@ -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]] = {
|
||||
|
Reference in New Issue
Block a user