Skip to content
Merged
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.2.16']
REQUIREMENTS = ['sqlalchemy==1.2.17']

_LOGGER = logging.getLogger(__name__)

Expand Down
2 changes: 1 addition & 1 deletion homeassistant/components/sensor/sql.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

_LOGGER = logging.getLogger(__name__)

REQUIREMENTS = ['sqlalchemy==1.2.16']
REQUIREMENTS = ['sqlalchemy==1.2.17']

CONF_COLUMN_NAME = 'column'
CONF_QUERIES = 'queries'
Expand Down
4 changes: 2 additions & 2 deletions requirements_all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1594,9 +1594,9 @@ spotcrime==1.0.3
# homeassistant.components.media_player.spotify
spotipy-homeassistant==2.4.4.dev1

# homeassistant.components.recorder
# homeassistant.components.sensor.sql
sqlalchemy==1.2.16
# homeassistant.components.recorder
sqlalchemy==1.2.17

# homeassistant.components.sensor.srp_energy
srpenergy==1.0.5
Expand Down
4 changes: 2 additions & 2 deletions requirements_test_all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -274,9 +274,9 @@ smhi-pkg==1.0.8
# homeassistant.components.climate.honeywell
somecomfort==0.5.2

# homeassistant.components.recorder
# homeassistant.components.sensor.sql
sqlalchemy==1.2.16
# homeassistant.components.recorder
sqlalchemy==1.2.17

# homeassistant.components.sensor.srp_energy
srpenergy==1.0.5
Expand Down