Bump colorlog to 4.8.0 (#48218)
This commit is contained in:
parent
23b562386f
commit
6cead320de
3 changed files with 3 additions and 3 deletions
|
@ -20,7 +20,7 @@ import homeassistant.util.yaml.loader as yaml_loader
|
|||
|
||||
# mypy: allow-untyped-calls, allow-untyped-defs
|
||||
|
||||
REQUIREMENTS = ("colorlog==4.7.2",)
|
||||
REQUIREMENTS = ("colorlog==4.8.0",)
|
||||
|
||||
_LOGGER = logging.getLogger(__name__)
|
||||
# pylint: disable=protected-access
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue