Upgrade colorlog to 6.4.1 (#56573)

This commit is contained in:
Franck Nijhof
2021-09-23 16:12:13 +02:00
committed by GitHub
parent bdef131294
commit 237efcf6b1
3 changed files with 3 additions and 3 deletions

View File

@ -21,7 +21,7 @@ import homeassistant.util.yaml.loader as yaml_loader
# mypy: allow-untyped-calls, allow-untyped-defs
REQUIREMENTS = ("colorlog==5.0.1",)
REQUIREMENTS = ("colorlog==6.4.1",)
_LOGGER = logging.getLogger(__name__)
# pylint: disable=protected-access