Bump sqlalchemy to 2.0.8 (#90756)
This commit is contained in:
parent
0cc9b2e803
commit
b66a99fe8a
5 changed files with 5 additions and 5 deletions
|
@ -6,5 +6,5 @@
|
|||
"integration_type": "system",
|
||||
"iot_class": "local_push",
|
||||
"quality_scale": "internal",
|
||||
"requirements": ["sqlalchemy==2.0.7", "fnvhash==0.1.0"]
|
||||
"requirements": ["sqlalchemy==2.0.8", "fnvhash==0.1.0"]
|
||||
}
|
||||
|
|
|
@ -5,5 +5,5 @@
|
|||
"config_flow": true,
|
||||
"documentation": "https://www.home-assistant.io/integrations/sql",
|
||||
"iot_class": "local_polling",
|
||||
"requirements": ["sqlalchemy==2.0.7"]
|
||||
"requirements": ["sqlalchemy==2.0.8"]
|
||||
}
|
||||
|
|
|
@ -44,7 +44,7 @@ pyudev==0.23.2
|
|||
pyyaml==6.0
|
||||
requests==2.28.2
|
||||
scapy==2.5.0
|
||||
sqlalchemy==2.0.7
|
||||
sqlalchemy==2.0.8
|
||||
typing-extensions>=4.5.0,<5.0
|
||||
ulid-transform==0.5.1
|
||||
voluptuous-serialize==2.6.0
|
||||
|
|
|
@ -2392,7 +2392,7 @@ spotipy==2.22.1
|
|||
|
||||
# homeassistant.components.recorder
|
||||
# homeassistant.components.sql
|
||||
sqlalchemy==2.0.7
|
||||
sqlalchemy==2.0.8
|
||||
|
||||
# homeassistant.components.srp_energy
|
||||
srpenergy==1.3.6
|
||||
|
|
|
@ -1713,7 +1713,7 @@ spotipy==2.22.1
|
|||
|
||||
# homeassistant.components.recorder
|
||||
# homeassistant.components.sql
|
||||
sqlalchemy==2.0.7
|
||||
sqlalchemy==2.0.8
|
||||
|
||||
# homeassistant.components.srp_energy
|
||||
srpenergy==1.3.6
|
||||
|
|
Loading…
Add table
Reference in a new issue