Upgrade sqlalchemy to 1.1.11 (#8124)

This commit is contained in:
Fabian Affolter 2017-06-21 00:32:49 +02:00 committed by Pascal Vizeli
parent 6d5fca2db1
commit 43db94d62d
3 changed files with 3 additions and 3 deletions

View file

@ -33,7 +33,7 @@ from . import purge, migration
from .const import DATA_INSTANCE
from .util import session_scope
REQUIREMENTS = ['sqlalchemy==1.1.10']
REQUIREMENTS = ['sqlalchemy==1.1.11']
_LOGGER = logging.getLogger(__name__)