mirror of
https://github.com/home-assistant/core.git
synced 2026-09-25 08:51:46 -04:00
Update SQLAlchemy to 2.0.53 (#182893)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
@@ -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"
|
||||
]
|
||||
|
||||
@@ -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"]
|
||||
}
|
||||
|
||||
@@ -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
|
||||
|
||||
+1
-1
@@ -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",
|
||||
|
||||
Generated
+1
-1
@@ -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
|
||||
|
||||
Generated
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user