diff --git a/homeassistant/components/recorder/manifest.json b/homeassistant/components/recorder/manifest.json index c2fcbe6682ab..6797b755e356 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.52", + "SQLAlchemy==2.0.53", "fnv-hash-fast==2.0.3", "psutil-home-assistant==0.0.1" ] diff --git a/homeassistant/components/sql/manifest.json b/homeassistant/components/sql/manifest.json index 3df302e6edca..e7efd8eb0275 100644 --- a/homeassistant/components/sql/manifest.json +++ b/homeassistant/components/sql/manifest.json @@ -6,5 +6,5 @@ "config_flow": true, "documentation": "https://www.home-assistant.io/integrations/sql", "iot_class": "local_polling", - "requirements": ["SQLAlchemy==2.0.52", "sqlparse==0.6.0"] + "requirements": ["SQLAlchemy==2.0.53", "sqlparse==0.6.0"] } diff --git a/homeassistant/package_constraints.txt b/homeassistant/package_constraints.txt index f6b0aecb01e9..0e8e1f040e13 100644 --- a/homeassistant/package_constraints.txt +++ b/homeassistant/package_constraints.txt @@ -66,7 +66,7 @@ PyYAML==6.0.3 requests==2.34.2 securetar==2026.4.1 serialx==1.10.0 -SQLAlchemy==2.0.52 +SQLAlchemy==2.0.53 standard-aifc==3.13.0 standard-telnetlib==3.13.0 typing-extensions>=4.16.0,<5.0 diff --git a/pyproject.toml b/pyproject.toml index e239ed05c013..d03df5962754 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -71,7 +71,7 @@ dependencies = [ "PyYAML==6.0.3", "requests==2.34.2", "securetar==2026.4.1", - "SQLAlchemy==2.0.52", + "SQLAlchemy==2.0.53", "standard-aifc==3.13.0", "standard-telnetlib==3.13.0", "typing-extensions>=4.16.0,<5.0", diff --git a/requirements.txt b/requirements.txt index beb745b57e10..f5322d85d6a3 100644 --- a/requirements.txt +++ b/requirements.txt @@ -51,7 +51,7 @@ PyYAML==6.0.3 requests==2.34.2 rf-protocols==4.3.0 securetar==2026.4.1 -SQLAlchemy==2.0.52 +SQLAlchemy==2.0.53 standard-aifc==3.13.0 standard-telnetlib==3.13.0 typing-extensions>=4.16.0,<5.0 diff --git a/requirements_all.txt b/requirements_all.txt index 86cd8bd52683..1610a1e94a7e 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -115,7 +115,7 @@ RestrictedPython==8.5 # homeassistant.components.recorder # homeassistant.components.sql -SQLAlchemy==2.0.52 +SQLAlchemy==2.0.53 # homeassistant.components.tami4 Tami4EdgeAPI==3.0