mirror of
https://github.com/home-assistant/core.git
synced 2025-07-25 14:17:45 +00:00
Bump colorlog to 6.9.0 (#142616)
This commit is contained in:
parent
e370248c9e
commit
6d78c961d9
@ -29,7 +29,7 @@ from homeassistant.helpers.check_config import async_check_ha_config_file
|
|||||||
|
|
||||||
# mypy: allow-untyped-calls, allow-untyped-defs
|
# mypy: allow-untyped-calls, allow-untyped-defs
|
||||||
|
|
||||||
REQUIREMENTS = ("colorlog==6.8.2",)
|
REQUIREMENTS = ("colorlog==6.9.0",)
|
||||||
|
|
||||||
_LOGGER = logging.getLogger(__name__)
|
_LOGGER = logging.getLogger(__name__)
|
||||||
MOCKS: dict[str, tuple[str, Callable]] = {
|
MOCKS: dict[str, tuple[str, Callable]] = {
|
||||||
|
2
requirements_all.txt
generated
2
requirements_all.txt
generated
@ -709,7 +709,7 @@ coinbase-advanced-py==1.2.2
|
|||||||
coinbase==2.1.0
|
coinbase==2.1.0
|
||||||
|
|
||||||
# homeassistant.scripts.check_config
|
# homeassistant.scripts.check_config
|
||||||
colorlog==6.8.2
|
colorlog==6.9.0
|
||||||
|
|
||||||
# homeassistant.components.color_extractor
|
# homeassistant.components.color_extractor
|
||||||
colorthief==0.2.1
|
colorthief==0.2.1
|
||||||
|
2
requirements_test_all.txt
generated
2
requirements_test_all.txt
generated
@ -612,7 +612,7 @@ coinbase-advanced-py==1.2.2
|
|||||||
coinbase==2.1.0
|
coinbase==2.1.0
|
||||||
|
|
||||||
# homeassistant.scripts.check_config
|
# homeassistant.scripts.check_config
|
||||||
colorlog==6.8.2
|
colorlog==6.9.0
|
||||||
|
|
||||||
# homeassistant.components.color_extractor
|
# homeassistant.components.color_extractor
|
||||||
colorthief==0.2.1
|
colorthief==0.2.1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user