Upgrade colorlog to 4.1.0 (#30642)
This commit is contained in:
parent
d65f2ac31a
commit
fb2e059346
3 changed files with 3 additions and 4 deletions
|
@ -1,5 +1,4 @@
|
||||||
"""Script to check the configuration file."""
|
"""Script to check the configuration file."""
|
||||||
|
|
||||||
import argparse
|
import argparse
|
||||||
from collections import OrderedDict
|
from collections import OrderedDict
|
||||||
from glob import glob
|
from glob import glob
|
||||||
|
@ -16,7 +15,7 @@ import homeassistant.util.yaml.loader as yaml_loader
|
||||||
|
|
||||||
# mypy: allow-untyped-calls, allow-untyped-defs
|
# mypy: allow-untyped-calls, allow-untyped-defs
|
||||||
|
|
||||||
REQUIREMENTS = ("colorlog==4.0.2",)
|
REQUIREMENTS = ("colorlog==4.1.0",)
|
||||||
|
|
||||||
_LOGGER = logging.getLogger(__name__)
|
_LOGGER = logging.getLogger(__name__)
|
||||||
# pylint: disable=protected-access
|
# pylint: disable=protected-access
|
||||||
|
|
|
@ -385,7 +385,7 @@ coinbase==2.1.0
|
||||||
coinmarketcap==5.0.3
|
coinmarketcap==5.0.3
|
||||||
|
|
||||||
# homeassistant.scripts.check_config
|
# homeassistant.scripts.check_config
|
||||||
colorlog==4.0.2
|
colorlog==4.1.0
|
||||||
|
|
||||||
# homeassistant.components.concord232
|
# homeassistant.components.concord232
|
||||||
concord232==0.15
|
concord232==0.15
|
||||||
|
|
|
@ -133,7 +133,7 @@ caldav==0.6.1
|
||||||
coinmarketcap==5.0.3
|
coinmarketcap==5.0.3
|
||||||
|
|
||||||
# homeassistant.scripts.check_config
|
# homeassistant.scripts.check_config
|
||||||
colorlog==4.0.2
|
colorlog==4.1.0
|
||||||
|
|
||||||
# homeassistant.components.eddystone_temperature
|
# homeassistant.components.eddystone_temperature
|
||||||
# homeassistant.components.eq3btsmart
|
# homeassistant.components.eq3btsmart
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue