mirror of
https://github.com/home-assistant/core.git
synced 2025-07-13 16:27:08 +00:00
check_config.py: allow colorlog==3.1. (#11927)
This commit is contained in:
parent
ffcc41d6ef
commit
2b68bec428
@ -13,7 +13,7 @@ from homeassistant import bootstrap, loader, setup, config as config_util
|
||||
import homeassistant.util.yaml as yaml
|
||||
from homeassistant.exceptions import HomeAssistantError
|
||||
|
||||
REQUIREMENTS = ('colorlog==3.0.1',)
|
||||
REQUIREMENTS = ('colorlog==3.1.2',)
|
||||
if system() == 'Windows': # Ensure colorama installed for colorlog on Windows
|
||||
REQUIREMENTS += ('colorama<=1',)
|
||||
|
||||
|
@ -176,7 +176,7 @@ coinbase==2.0.6
|
||||
coinmarketcap==4.1.2
|
||||
|
||||
# homeassistant.scripts.check_config
|
||||
colorlog==3.0.1
|
||||
colorlog==3.1.2
|
||||
|
||||
# homeassistant.components.alarm_control_panel.concord232
|
||||
# homeassistant.components.binary_sensor.concord232
|
||||
|
Loading…
x
Reference in New Issue
Block a user