Upgrade colorlog to 4.5.0 (#42965)

This commit is contained in:
Franck Nijhof
2020-11-08 14:05:55 +01:00
committed by GitHub
parent a0d1f4a6fb
commit 2656e9b0f9
3 changed files with 3 additions and 3 deletions

View File

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