diff --git a/homeassistant/components/recorder/manifest.json b/homeassistant/components/recorder/manifest.json index f0e91071ea0..b630a71daff 100644 --- a/homeassistant/components/recorder/manifest.json +++ b/homeassistant/components/recorder/manifest.json @@ -7,7 +7,7 @@ "iot_class": "local_push", "quality_scale": "internal", "requirements": [ - "SQLAlchemy==2.0.22", + "SQLAlchemy==2.0.23", "fnv-hash-fast==0.5.0", "psutil-home-assistant==0.0.1" ] diff --git a/homeassistant/components/sql/manifest.json b/homeassistant/components/sql/manifest.json index e570f6bac0b..c63ba19e0ad 100644 --- a/homeassistant/components/sql/manifest.json +++ b/homeassistant/components/sql/manifest.json @@ -5,5 +5,5 @@ "config_flow": true, "documentation": "https://www.home-assistant.io/integrations/sql", "iot_class": "local_polling", - "requirements": ["SQLAlchemy==2.0.22"] + "requirements": ["SQLAlchemy==2.0.23"] } diff --git a/homeassistant/package_constraints.txt b/homeassistant/package_constraints.txt index 2843a1b418d..62a8b722dc9 100644 --- a/homeassistant/package_constraints.txt +++ b/homeassistant/package_constraints.txt @@ -47,7 +47,7 @@ pyudev==0.23.2 PyYAML==6.0.1 requests==2.31.0 scapy==2.5.0 -SQLAlchemy==2.0.22 +SQLAlchemy==2.0.23 typing-extensions>=4.8.0,<5.0 ulid-transform==0.9.0 voluptuous-serialize==2.6.0 diff --git a/requirements_all.txt b/requirements_all.txt index b44bde07de5..22abb8ab832 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -132,7 +132,7 @@ RtmAPI==0.7.2 # homeassistant.components.recorder # homeassistant.components.sql -SQLAlchemy==2.0.22 +SQLAlchemy==2.0.23 # homeassistant.components.tami4 Tami4EdgeAPI==2.1 diff --git a/requirements_test_all.txt b/requirements_test_all.txt index fddf181b168..c6da8673336 100644 --- a/requirements_test_all.txt +++ b/requirements_test_all.txt @@ -119,7 +119,7 @@ RtmAPI==0.7.2 # homeassistant.components.recorder # homeassistant.components.sql -SQLAlchemy==2.0.22 +SQLAlchemy==2.0.23 # homeassistant.components.tami4 Tami4EdgeAPI==2.1