mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 11:17:21 +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",
|
"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"
|
||||||
]
|
]
|
||||||
|
@ -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"]
|
||||||
}
|
}
|
||||||
|
@ -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
|
||||||
|
@ -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
2
requirements.txt
generated
@ -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
2
requirements_all.txt
generated
@ -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
|
||||||
|
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.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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user