mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 03:07:37 +00:00
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:
parent
c662b94d06
commit
f247183e11
@ -7,7 +7,7 @@
|
||||
"iot_class": "local_push",
|
||||
"quality_scale": "internal",
|
||||
"requirements": [
|
||||
"SQLAlchemy==2.0.39",
|
||||
"SQLAlchemy==2.0.40",
|
||||
"fnv-hash-fast==1.4.0",
|
||||
"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.39", "sqlparse==0.5.0"]
|
||||
"requirements": ["SQLAlchemy==2.0.40", "sqlparse==0.5.0"]
|
||||
}
|
||||
|
@ -62,7 +62,7 @@ PyTurboJPEG==1.7.5
|
||||
PyYAML==6.0.2
|
||||
requests==2.32.3
|
||||
securetar==2025.2.1
|
||||
SQLAlchemy==2.0.39
|
||||
SQLAlchemy==2.0.40
|
||||
standard-aifc==3.13.0
|
||||
standard-telnetlib==3.13.0
|
||||
typing-extensions>=4.13.0,<5.0
|
||||
|
@ -68,7 +68,7 @@ dependencies = [
|
||||
"PyYAML==6.0.2",
|
||||
"requests==2.32.3",
|
||||
"securetar==2025.2.1",
|
||||
"SQLAlchemy==2.0.39",
|
||||
"SQLAlchemy==2.0.40",
|
||||
"standard-aifc==3.13.0",
|
||||
"standard-telnetlib==3.13.0",
|
||||
"typing-extensions>=4.13.0,<5.0",
|
||||
|
2
requirements.txt
generated
2
requirements.txt
generated
@ -40,7 +40,7 @@ python-slugify==8.0.4
|
||||
PyYAML==6.0.2
|
||||
requests==2.32.3
|
||||
securetar==2025.2.1
|
||||
SQLAlchemy==2.0.39
|
||||
SQLAlchemy==2.0.40
|
||||
standard-aifc==3.13.0
|
||||
standard-telnetlib==3.13.0
|
||||
typing-extensions>=4.13.0,<5.0
|
||||
|
2
requirements_all.txt
generated
2
requirements_all.txt
generated
@ -116,7 +116,7 @@ RtmAPI==0.7.2
|
||||
|
||||
# homeassistant.components.recorder
|
||||
# homeassistant.components.sql
|
||||
SQLAlchemy==2.0.39
|
||||
SQLAlchemy==2.0.40
|
||||
|
||||
# homeassistant.components.tami4
|
||||
Tami4EdgeAPI==3.0
|
||||
|
2
requirements_test_all.txt
generated
2
requirements_test_all.txt
generated
@ -110,7 +110,7 @@ RtmAPI==0.7.2
|
||||
|
||||
# homeassistant.components.recorder
|
||||
# homeassistant.components.sql
|
||||
SQLAlchemy==2.0.39
|
||||
SQLAlchemy==2.0.40
|
||||
|
||||
# homeassistant.components.tami4
|
||||
Tami4EdgeAPI==3.0
|
||||
|
Loading…
x
Reference in New Issue
Block a user