Upgade colorlog to 4.0.2 (#19390)
This commit is contained in:
parent
4ffacec4be
commit
57ccd8283d
2 changed files with 2 additions and 2 deletions
|
@ -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',)
|
||||
|
||||
|
|
|
@ -260,7 +260,7 @@ coinbase==2.1.0
|
|||
coinmarketcap==5.0.3
|
||||
|
||||
# homeassistant.scripts.check_config
|
||||
colorlog==3.1.4
|
||||
colorlog==4.0.2
|
||||
|
||||
# homeassistant.components.alarm_control_panel.concord232
|
||||
# homeassistant.components.binary_sensor.concord232
|
||||
|
|
Loading…
Add table
Reference in a new issue