mirror of
https://github.com/home-assistant/core.git
synced 2025-11-09 02:49:40 +00:00
Upgade colorlog to 4.0.2 (#19390)
This commit is contained in:
committed by
Charles Garwood
parent
4ffacec4be
commit
57ccd8283d
@@ -21,7 +21,7 @@ from homeassistant.config import (
|
||||
from homeassistant.util import yaml
|
||||
from homeassistant.exceptions import HomeAssistantError
|
||||
|
||||
REQUIREMENTS = ('colorlog==3.1.4',)
|
||||
REQUIREMENTS = ('colorlog==4.0.2',)
|
||||
if system() == 'Windows': # Ensure colorama installed for colorlog on Windows
|
||||
REQUIREMENTS += ('colorama<=1',)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user