Upgrade colorlog to 4.1.0 (#30642)

This commit is contained in:
Fabian Affolter 2020-01-10 19:55:49 +01:00 committed by Paulus Schoutsen
parent d65f2ac31a
commit fb2e059346
3 changed files with 3 additions and 4 deletions

View file

@ -1,5 +1,4 @@
"""Script to check the configuration file."""
import argparse
from collections import OrderedDict
from glob import glob
@ -16,7 +15,7 @@ import homeassistant.util.yaml.loader as yaml_loader
# mypy: allow-untyped-calls, allow-untyped-defs
REQUIREMENTS = ("colorlog==4.0.2",)
REQUIREMENTS = ("colorlog==4.1.0",)
_LOGGER = logging.getLogger(__name__)
# pylint: disable=protected-access