mirror of
https://github.com/home-assistant/core.git
synced 2025-08-02 12:15:08 +02:00
Bump SQLAlchemy to 2.0.22 (#102033)
This commit is contained in:
@@ -7,7 +7,7 @@
|
|||||||
"iot_class": "local_push",
|
"iot_class": "local_push",
|
||||||
"quality_scale": "internal",
|
"quality_scale": "internal",
|
||||||
"requirements": [
|
"requirements": [
|
||||||
"SQLAlchemy==2.0.21",
|
"SQLAlchemy==2.0.22",
|
||||||
"fnv-hash-fast==0.4.1",
|
"fnv-hash-fast==0.4.1",
|
||||||
"psutil-home-assistant==0.0.1"
|
"psutil-home-assistant==0.0.1"
|
||||||
]
|
]
|
||||||
|
@@ -5,5 +5,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.21"]
|
"requirements": ["SQLAlchemy==2.0.22"]
|
||||||
}
|
}
|
||||||
|
@@ -46,7 +46,7 @@ pyudev==0.23.2
|
|||||||
PyYAML==6.0.1
|
PyYAML==6.0.1
|
||||||
requests==2.31.0
|
requests==2.31.0
|
||||||
scapy==2.5.0
|
scapy==2.5.0
|
||||||
SQLAlchemy==2.0.21
|
SQLAlchemy==2.0.22
|
||||||
typing-extensions>=4.8.0,<5.0
|
typing-extensions>=4.8.0,<5.0
|
||||||
ulid-transform==0.8.1
|
ulid-transform==0.8.1
|
||||||
voluptuous-serialize==2.6.0
|
voluptuous-serialize==2.6.0
|
||||||
|
@@ -132,7 +132,7 @@ RtmAPI==0.7.2
|
|||||||
|
|
||||||
# homeassistant.components.recorder
|
# homeassistant.components.recorder
|
||||||
# homeassistant.components.sql
|
# homeassistant.components.sql
|
||||||
SQLAlchemy==2.0.21
|
SQLAlchemy==2.0.22
|
||||||
|
|
||||||
# homeassistant.components.tami4
|
# homeassistant.components.tami4
|
||||||
Tami4EdgeAPI==2.1
|
Tami4EdgeAPI==2.1
|
||||||
|
@@ -119,7 +119,7 @@ RtmAPI==0.7.2
|
|||||||
|
|
||||||
# homeassistant.components.recorder
|
# homeassistant.components.recorder
|
||||||
# homeassistant.components.sql
|
# homeassistant.components.sql
|
||||||
SQLAlchemy==2.0.21
|
SQLAlchemy==2.0.22
|
||||||
|
|
||||||
# homeassistant.components.tami4
|
# homeassistant.components.tami4
|
||||||
Tami4EdgeAPI==2.1
|
Tami4EdgeAPI==2.1
|
||||||
|
Reference in New Issue
Block a user