Bump SQLAlchemy to 2.0.40 (#141898)

changelog: https://docs.sqlalchemy.org/en/20/changelog/changelog_20.html#change-2.0.40
This commit is contained in:
J. Nick Koston 2025-03-30 22:11:13 -10:00 committed by GitHub
parent c662b94d06
commit f247183e11
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
7 changed files with 7 additions and 7 deletions

View File

@ -7,7 +7,7 @@
"iot_class": "local_push", "iot_class": "local_push",
"quality_scale": "internal", "quality_scale": "internal",
"requirements": [ "requirements": [
"SQLAlchemy==2.0.39", "SQLAlchemy==2.0.40",
"fnv-hash-fast==1.4.0", "fnv-hash-fast==1.4.0",
"psutil-home-assistant==0.0.1" "psutil-home-assistant==0.0.1"
] ]

View File

@ -6,5 +6,5 @@
"config_flow": true, "config_flow": true,
"documentation": "https://www.home-assistant.io/integrations/sql", "documentation": "https://www.home-assistant.io/integrations/sql",
"iot_class": "local_polling", "iot_class": "local_polling",
"requirements": ["SQLAlchemy==2.0.39", "sqlparse==0.5.0"] "requirements": ["SQLAlchemy==2.0.40", "sqlparse==0.5.0"]
} }

View File

@ -62,7 +62,7 @@ PyTurboJPEG==1.7.5
PyYAML==6.0.2 PyYAML==6.0.2
requests==2.32.3 requests==2.32.3
securetar==2025.2.1 securetar==2025.2.1
SQLAlchemy==2.0.39 SQLAlchemy==2.0.40
standard-aifc==3.13.0 standard-aifc==3.13.0
standard-telnetlib==3.13.0 standard-telnetlib==3.13.0
typing-extensions>=4.13.0,<5.0 typing-extensions>=4.13.0,<5.0

View File

@ -68,7 +68,7 @@ dependencies = [
"PyYAML==6.0.2", "PyYAML==6.0.2",
"requests==2.32.3", "requests==2.32.3",
"securetar==2025.2.1", "securetar==2025.2.1",
"SQLAlchemy==2.0.39", "SQLAlchemy==2.0.40",
"standard-aifc==3.13.0", "standard-aifc==3.13.0",
"standard-telnetlib==3.13.0", "standard-telnetlib==3.13.0",
"typing-extensions>=4.13.0,<5.0", "typing-extensions>=4.13.0,<5.0",

2
requirements.txt generated
View File

@ -40,7 +40,7 @@ python-slugify==8.0.4
PyYAML==6.0.2 PyYAML==6.0.2
requests==2.32.3 requests==2.32.3
securetar==2025.2.1 securetar==2025.2.1
SQLAlchemy==2.0.39 SQLAlchemy==2.0.40
standard-aifc==3.13.0 standard-aifc==3.13.0
standard-telnetlib==3.13.0 standard-telnetlib==3.13.0
typing-extensions>=4.13.0,<5.0 typing-extensions>=4.13.0,<5.0

2
requirements_all.txt generated
View File

@ -116,7 +116,7 @@ RtmAPI==0.7.2
# homeassistant.components.recorder # homeassistant.components.recorder
# homeassistant.components.sql # homeassistant.components.sql
SQLAlchemy==2.0.39 SQLAlchemy==2.0.40
# homeassistant.components.tami4 # homeassistant.components.tami4
Tami4EdgeAPI==3.0 Tami4EdgeAPI==3.0

View File

@ -110,7 +110,7 @@ RtmAPI==0.7.2
# homeassistant.components.recorder # homeassistant.components.recorder
# homeassistant.components.sql # homeassistant.components.sql
SQLAlchemy==2.0.39 SQLAlchemy==2.0.40
# homeassistant.components.tami4 # homeassistant.components.tami4
Tami4EdgeAPI==3.0 Tami4EdgeAPI==3.0