mirror of
https://github.com/home-assistant/core.git
synced 2025-11-09 02:49:40 +00:00
Upgrade colorlog to 4.7.2 (#45840)
This commit is contained in:
@@ -17,7 +17,7 @@ import homeassistant.util.yaml.loader as yaml_loader
|
||||
|
||||
# mypy: allow-untyped-calls, allow-untyped-defs
|
||||
|
||||
REQUIREMENTS = ("colorlog==4.6.2",)
|
||||
REQUIREMENTS = ("colorlog==4.7.2",)
|
||||
|
||||
_LOGGER = logging.getLogger(__name__)
|
||||
# pylint: disable=protected-access
|
||||
|
||||
Reference in New Issue
Block a user