mirror of
https://github.com/home-assistant/core.git
synced 2025-04-25 09:47:52 +00:00
Upgrade colorlog to 4.6.2 (#44652)
This commit is contained in:
parent
16ddbb95f4
commit
2e62e0661b
@ -17,7 +17,7 @@ import homeassistant.util.yaml.loader as yaml_loader
|
||||
|
||||
# mypy: allow-untyped-calls, allow-untyped-defs
|
||||
|
||||
REQUIREMENTS = ("colorlog==4.5.0",)
|
||||
REQUIREMENTS = ("colorlog==4.6.2",)
|
||||
|
||||
_LOGGER = logging.getLogger(__name__)
|
||||
# pylint: disable=protected-access
|
||||
|
@ -428,7 +428,7 @@ coinbase==2.1.0
|
||||
coinmarketcap==5.0.3
|
||||
|
||||
# homeassistant.scripts.check_config
|
||||
colorlog==4.5.0
|
||||
colorlog==4.6.2
|
||||
|
||||
# homeassistant.components.color_extractor
|
||||
colorthief==0.2.1
|
||||
|
@ -222,7 +222,7 @@ caldav==0.6.1
|
||||
coinmarketcap==5.0.3
|
||||
|
||||
# homeassistant.scripts.check_config
|
||||
colorlog==4.5.0
|
||||
colorlog==4.6.2
|
||||
|
||||
# homeassistant.components.color_extractor
|
||||
colorthief==0.2.1
|
||||
|
Loading…
x
Reference in New Issue
Block a user