Update colorlog to 6.7.0 (#96131)
parent
8b379254c3
commit
38823bae71
|
@ -26,7 +26,7 @@ import homeassistant.util.yaml.loader as yaml_loader
|
|||
|
||||
# mypy: allow-untyped-calls, allow-untyped-defs
|
||||
|
||||
REQUIREMENTS = ("colorlog==6.6.0",)
|
||||
REQUIREMENTS = ("colorlog==6.7.0",)
|
||||
|
||||
_LOGGER = logging.getLogger(__name__)
|
||||
# pylint: disable=protected-access
|
||||
|
|
|
@ -592,7 +592,7 @@ clx-sdk-xms==1.0.0
|
|||
coinbase==2.1.0
|
||||
|
||||
# homeassistant.scripts.check_config
|
||||
colorlog==6.6.0
|
||||
colorlog==6.7.0
|
||||
|
||||
# homeassistant.components.color_extractor
|
||||
colorthief==0.2.1
|
||||
|
|
|
@ -481,7 +481,7 @@ caldav==1.2.0
|
|||
coinbase==2.1.0
|
||||
|
||||
# homeassistant.scripts.check_config
|
||||
colorlog==6.6.0
|
||||
colorlog==6.7.0
|
||||
|
||||
# homeassistant.components.color_extractor
|
||||
colorthief==0.2.1
|
||||
|
|
Loading…
Reference in New Issue