Upgrade sqlalchemy to 1.3.0 (#22269)

This commit is contained in:
Fabian Affolter 2019-03-22 03:40:11 +01:00 committed by Paulus Schoutsen
parent 5716d0aa1a
commit 3432c5da9e
4 changed files with 4 additions and 4 deletions

View file

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