Skip to content

Commit

Permalink
Upgrade sqlalchemy to 1.0.15 (home-assistant#3333)
Browse files Browse the repository at this point in the history
  • Loading branch information
fabaff authored and balloob committed Sep 14, 2016
1 parent 0c7c85d commit e7f9fdc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion homeassistant/components/recorder/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@

DOMAIN = "recorder"

REQUIREMENTS = ['sqlalchemy==1.0.14']
REQUIREMENTS = ['sqlalchemy==1.0.15']

DEFAULT_URL = "sqlite:///{hass_config_path}"
DEFAULT_DB_FILE = "home-assistant_v2.db"
Expand Down
2 changes: 1 addition & 1 deletion requirements_all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -451,7 +451,7 @@ speedtest-cli==0.3.4

# homeassistant.components.recorder
# homeassistant.scripts.db_migrator
sqlalchemy==1.0.14
sqlalchemy==1.0.15

# homeassistant.components.http
static3==0.7.0
Expand Down

0 comments on commit e7f9fdc

Please sign in to comment.