Upgade colorlog to 4.0.2 (#19390)

This commit is contained in:
Fabian Affolter 2018-12-17 23:54:07 +01:00 committed by Charles Garwood
parent 4ffacec4be
commit 57ccd8283d
2 changed files with 2 additions and 2 deletions

View file

@ -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',)

View file

@ -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