Skip to content

Commit

Permalink
Upgrade sqlalchemy to 1.1.14 (home-assistant#9458)
Browse files Browse the repository at this point in the history
  • Loading branch information
fabaff authored and pvizeli committed Sep 17, 2017
1 parent c54b2c4 commit f2c605b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion homeassistant/components/recorder/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
from .const import DATA_INSTANCE
from .util import session_scope

REQUIREMENTS = ['sqlalchemy==1.1.13']
REQUIREMENTS = ['sqlalchemy==1.1.14']

_LOGGER = logging.getLogger(__name__)

Expand Down
2 changes: 1 addition & 1 deletion requirements_all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -928,7 +928,7 @@ speedtest-cli==1.0.6

# homeassistant.components.recorder
# homeassistant.scripts.db_migrator
sqlalchemy==1.1.13
sqlalchemy==1.1.14

# homeassistant.components.statsd
statsd==3.2.1
Expand Down
2 changes: 1 addition & 1 deletion requirements_test_all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ somecomfort==0.4.1

# homeassistant.components.recorder
# homeassistant.scripts.db_migrator
sqlalchemy==1.1.13
sqlalchemy==1.1.14

# homeassistant.components.statsd
statsd==3.2.1
Expand Down

0 comments on commit f2c605b

Please sign in to comment.