Upgrade colorlog to 4.2.1 (#39159)

This commit is contained in:
Fabian Affolter 2020-08-23 12:25:54 +02:00 committed by GitHub
parent d31dea50bb
commit 1126c750e1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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.1.0",)
REQUIREMENTS = ("colorlog==4.2.1",)
_LOGGER = logging.getLogger(__name__)
# pylint: disable=protected-access