Skip to content

Commit

Permalink
Update colorlog to 6.8.2 (#109072)
Browse files Browse the repository at this point in the history
  • Loading branch information
frenck committed Jan 29, 2024
1 parent 3dec206 commit 6ce1628
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion homeassistant/scripts/check_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@

# 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]] = {
Expand Down
2 changes: 1 addition & 1 deletion requirements_all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion requirements_test_all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6ce1628

Please sign in to comment.