Update colorlog to 6.7.0 (#96131)
This commit is contained in:
parent
8b379254c3
commit
38823bae71
3 changed files with 3 additions and 3 deletions
|
@ -26,7 +26,7 @@ import homeassistant.util.yaml.loader as yaml_loader
|
|||
|
||||
# mypy: allow-untyped-calls, allow-untyped-defs
|
||||
|
||||
REQUIREMENTS = ("colorlog==6.6.0",)
|
||||
REQUIREMENTS = ("colorlog==6.7.0",)
|
||||
|
||||
_LOGGER = logging.getLogger(__name__)
|
||||
# pylint: disable=protected-access
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue