mirror of
https://github.com/home-assistant/core.git
synced 2025-04-24 09:17:53 +00:00
Update colorlog to 6.8.2 (#109072)
This commit is contained in:
parent
3dec206421
commit
6ce16286d5
@ -27,7 +27,7 @@ import homeassistant.util.yaml.loader as yaml_loader
|
||||
|
||||
# mypy: allow-untyped-calls, allow-untyped-defs
|
||||
|
||||
REQUIREMENTS = ("colorlog==6.7.0",)
|
||||
REQUIREMENTS = ("colorlog==6.8.2",)
|
||||
|
||||
_LOGGER = logging.getLogger(__name__)
|
||||
MOCKS: dict[str, tuple[str, Callable]] = {
|
||||
|
@ -639,7 +639,7 @@ clx-sdk-xms==1.0.0
|
||||
coinbase==2.1.0
|
||||
|
||||
# homeassistant.scripts.check_config
|
||||
colorlog==6.7.0
|
||||
colorlog==6.8.2
|
||||
|
||||
# homeassistant.components.color_extractor
|
||||
colorthief==0.2.1
|
||||
|
@ -526,7 +526,7 @@ caldav==1.3.8
|
||||
coinbase==2.1.0
|
||||
|
||||
# homeassistant.scripts.check_config
|
||||
colorlog==6.7.0
|
||||
colorlog==6.8.2
|
||||
|
||||
# homeassistant.components.color_extractor
|
||||
colorthief==0.2.1
|
||||
|
Loading…
x
Reference in New Issue
Block a user