Skip to content

Commit 567cc9f

Browse files
authored
Bump colorlog to 6.10.1 (home-assistant#154643)
1 parent b5457a5 commit 567cc9f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

homeassistant/scripts/check_config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929

3030
# mypy: allow-untyped-calls, allow-untyped-defs
3131

32-
REQUIREMENTS = ("colorlog==6.9.0",)
32+
REQUIREMENTS = ("colorlog==6.10.1",)
3333

3434
_LOGGER = logging.getLogger(__name__)
3535
MOCKS: dict[str, tuple[str, Callable]] = {

requirements_all.txt

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

requirements_test_all.txt

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)