Bump SQLAlchemy to 2.0.29 (#114208)
This commit is contained in:
parent
9580adfde9
commit
345fa75562
7 changed files with 7 additions and 7 deletions
|
@ -8,7 +8,7 @@
|
|||
"iot_class": "local_push",
|
||||
"quality_scale": "internal",
|
||||
"requirements": [
|
||||
"SQLAlchemy==2.0.28",
|
||||
"SQLAlchemy==2.0.29",
|
||||
"fnv-hash-fast==0.5.0",
|
||||
"psutil-home-assistant==0.0.1"
|
||||
]
|
||||
|
|
|
@ -5,5 +5,5 @@
|
|||
"config_flow": true,
|
||||
"documentation": "https://www.home-assistant.io/integrations/sql",
|
||||
"iot_class": "local_polling",
|
||||
"requirements": ["SQLAlchemy==2.0.28", "sqlparse==0.4.4"]
|
||||
"requirements": ["SQLAlchemy==2.0.29", "sqlparse==0.4.4"]
|
||||
}
|
||||
|
|
|
@ -52,7 +52,7 @@ PyTurboJPEG==1.7.1
|
|||
pyudev==0.23.2
|
||||
PyYAML==6.0.1
|
||||
requests==2.31.0
|
||||
SQLAlchemy==2.0.28
|
||||
SQLAlchemy==2.0.29
|
||||
typing-extensions>=4.11.0rc1,<5.0
|
||||
ulid-transform==0.9.0
|
||||
urllib3>=1.26.5,<2
|
||||
|
|
|
@ -58,7 +58,7 @@ dependencies = [
|
|||
"python-slugify==8.0.4",
|
||||
"PyYAML==6.0.1",
|
||||
"requests==2.31.0",
|
||||
"SQLAlchemy==2.0.28",
|
||||
"SQLAlchemy==2.0.29",
|
||||
"typing-extensions>=4.11.0rc1,<5.0",
|
||||
"ulid-transform==0.9.0",
|
||||
# Constrain urllib3 to ensure we deal with CVE-2020-26137 and CVE-2021-33503
|
||||
|
|
|
@ -33,7 +33,7 @@ psutil-home-assistant==0.0.1
|
|||
python-slugify==8.0.4
|
||||
PyYAML==6.0.1
|
||||
requests==2.31.0
|
||||
SQLAlchemy==2.0.28
|
||||
SQLAlchemy==2.0.29
|
||||
typing-extensions>=4.11.0rc1,<5.0
|
||||
ulid-transform==0.9.0
|
||||
urllib3>=1.26.5,<2
|
||||
|
|
|
@ -125,7 +125,7 @@ RtmAPI==0.7.2
|
|||
|
||||
# homeassistant.components.recorder
|
||||
# homeassistant.components.sql
|
||||
SQLAlchemy==2.0.28
|
||||
SQLAlchemy==2.0.29
|
||||
|
||||
# homeassistant.components.tami4
|
||||
Tami4EdgeAPI==2.1
|
||||
|
|
|
@ -110,7 +110,7 @@ RtmAPI==0.7.2
|
|||
|
||||
# homeassistant.components.recorder
|
||||
# homeassistant.components.sql
|
||||
SQLAlchemy==2.0.28
|
||||
SQLAlchemy==2.0.29
|
||||
|
||||
# homeassistant.components.tami4
|
||||
Tami4EdgeAPI==2.1
|
||||
|
|
Loading…
Add table
Reference in a new issue