mirror of
https://github.com/home-assistant/core.git
synced 2025-07-29 18:28:14 +02:00
Upgrade colorlog to 6.6.0 (#59440)
This commit is contained in:
@ -21,7 +21,7 @@ import homeassistant.util.yaml.loader as yaml_loader
|
||||
|
||||
# mypy: allow-untyped-calls, allow-untyped-defs
|
||||
|
||||
REQUIREMENTS = ("colorlog==6.4.1",)
|
||||
REQUIREMENTS = ("colorlog==6.6.0",)
|
||||
|
||||
_LOGGER = logging.getLogger(__name__)
|
||||
# pylint: disable=protected-access
|
||||
|
Reference in New Issue
Block a user