Upgrade sqlalchemy to 1.1.13 (#8850)

This commit is contained in:
Fabian Affolter 2017-08-06 10:08:24 +02:00 committed by GitHub
parent 5059d4c54b
commit 8e4c799ad1
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.12']
REQUIREMENTS = ['sqlalchemy==1.1.13']
_LOGGER = logging.getLogger(__name__)

View file

@ -888,7 +888,7 @@ speedtest-cli==1.0.6
# homeassistant.components.recorder
# homeassistant.scripts.db_migrator
sqlalchemy==1.1.12
sqlalchemy==1.1.13
# homeassistant.components.statsd
statsd==3.2.1

View file

@ -130,7 +130,7 @@ somecomfort==0.4.1
# homeassistant.components.recorder
# homeassistant.scripts.db_migrator
sqlalchemy==1.1.12
sqlalchemy==1.1.13
# homeassistant.components.statsd
statsd==3.2.1