Upgrade sqlalchemy to 1.2.14 (#18504)

This commit is contained in:
Fabian Affolter 2018-11-16 14:15:53 +01:00 committed by Pascal Vizeli
parent 9e0497875e
commit 320efdb744
4 changed files with 4 additions and 4 deletions

View file

@ -20,7 +20,7 @@ from homeassistant.helpers.entity import Entity
_LOGGER = logging.getLogger(__name__)
REQUIREMENTS = ['sqlalchemy==1.2.13']
REQUIREMENTS = ['sqlalchemy==1.2.14']
CONF_COLUMN_NAME = 'column'
CONF_QUERIES = 'queries'