Upgrade colorlog to 5.0.1 (#49221)
This commit is contained in:
parent
6269449507
commit
63fa9f7dd8
3 changed files with 3 additions and 3 deletions
|
@ -20,7 +20,7 @@ import homeassistant.util.yaml.loader as yaml_loader
|
|||
|
||||
# mypy: allow-untyped-calls, allow-untyped-defs
|
||||
|
||||
REQUIREMENTS = ("colorlog==4.8.0",)
|
||||
REQUIREMENTS = ("colorlog==5.0.1",)
|
||||
|
||||
_LOGGER = logging.getLogger(__name__)
|
||||
# pylint: disable=protected-access
|
||||
|
|
|
@ -435,7 +435,7 @@ co2signal==0.4.2
|
|||
coinbase==2.1.0
|
||||
|
||||
# homeassistant.scripts.check_config
|
||||
colorlog==4.8.0
|
||||
colorlog==5.0.1
|
||||
|
||||
# homeassistant.components.color_extractor
|
||||
colorthief==0.2.1
|
||||
|
|
|
@ -235,7 +235,7 @@ buienradar==1.0.4
|
|||
caldav==0.7.1
|
||||
|
||||
# homeassistant.scripts.check_config
|
||||
colorlog==4.8.0
|
||||
colorlog==5.0.1
|
||||
|
||||
# homeassistant.components.color_extractor
|
||||
colorthief==0.2.1
|
||||
|
|
Loading…
Add table
Reference in a new issue