check_config.py: allow colorlog==3.1. (#11927)

This commit is contained in:
Robert Schütz 2018-01-26 19:43:55 +01:00 committed by Paulus Schoutsen
parent ffcc41d6ef
commit 2b68bec428
2 changed files with 2 additions and 2 deletions

View file

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

View file

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