mirror of
https://github.com/home-assistant/core.git
synced 2025-07-09 22:37:11 +00:00
Update sqlalchemy to 1.4.32 (#68075)
This commit is contained in:
parent
cd3f931ded
commit
36acb09cae
@ -2,7 +2,7 @@
|
|||||||
"domain": "recorder",
|
"domain": "recorder",
|
||||||
"name": "Recorder",
|
"name": "Recorder",
|
||||||
"documentation": "https://www.home-assistant.io/integrations/recorder",
|
"documentation": "https://www.home-assistant.io/integrations/recorder",
|
||||||
"requirements": ["sqlalchemy==1.4.27"],
|
"requirements": ["sqlalchemy==1.4.32"],
|
||||||
"codeowners": ["@home-assistant/core"],
|
"codeowners": ["@home-assistant/core"],
|
||||||
"quality_scale": "internal",
|
"quality_scale": "internal",
|
||||||
"iot_class": "local_push"
|
"iot_class": "local_push"
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
"domain": "sql",
|
"domain": "sql",
|
||||||
"name": "SQL",
|
"name": "SQL",
|
||||||
"documentation": "https://www.home-assistant.io/integrations/sql",
|
"documentation": "https://www.home-assistant.io/integrations/sql",
|
||||||
"requirements": ["sqlalchemy==1.4.27"],
|
"requirements": ["sqlalchemy==1.4.32"],
|
||||||
"codeowners": ["@dgomes"],
|
"codeowners": ["@dgomes"],
|
||||||
"iot_class": "local_polling"
|
"iot_class": "local_polling"
|
||||||
}
|
}
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
"name": "LG webOS Smart TV",
|
"name": "LG webOS Smart TV",
|
||||||
"config_flow": true,
|
"config_flow": true,
|
||||||
"documentation": "https://www.home-assistant.io/integrations/webostv",
|
"documentation": "https://www.home-assistant.io/integrations/webostv",
|
||||||
"requirements": ["aiowebostv==0.1.3", "sqlalchemy==1.4.27"],
|
"requirements": ["aiowebostv==0.1.3", "sqlalchemy==1.4.32"],
|
||||||
"codeowners": ["@bendavid", "@thecode"],
|
"codeowners": ["@bendavid", "@thecode"],
|
||||||
"ssdp": [{"st": "urn:lge-com:service:webos-second-screen:1"}],
|
"ssdp": [{"st": "urn:lge-com:service:webos-second-screen:1"}],
|
||||||
"quality_scale": "platinum",
|
"quality_scale": "platinum",
|
||||||
|
@ -27,7 +27,7 @@ pyudev==0.22.0
|
|||||||
pyyaml==6.0
|
pyyaml==6.0
|
||||||
requests==2.27.1
|
requests==2.27.1
|
||||||
scapy==2.4.5
|
scapy==2.4.5
|
||||||
sqlalchemy==1.4.27
|
sqlalchemy==1.4.32
|
||||||
typing-extensions>=3.10.0.2,<5.0
|
typing-extensions>=3.10.0.2,<5.0
|
||||||
voluptuous-serialize==2.5.0
|
voluptuous-serialize==2.5.0
|
||||||
voluptuous==0.12.2
|
voluptuous==0.12.2
|
||||||
|
@ -2195,7 +2195,7 @@ spotipy==2.19.0
|
|||||||
# homeassistant.components.recorder
|
# homeassistant.components.recorder
|
||||||
# homeassistant.components.sql
|
# homeassistant.components.sql
|
||||||
# homeassistant.components.webostv
|
# homeassistant.components.webostv
|
||||||
sqlalchemy==1.4.27
|
sqlalchemy==1.4.32
|
||||||
|
|
||||||
# homeassistant.components.srp_energy
|
# homeassistant.components.srp_energy
|
||||||
srpenergy==1.3.6
|
srpenergy==1.3.6
|
||||||
|
@ -1405,7 +1405,7 @@ spotipy==2.19.0
|
|||||||
# homeassistant.components.recorder
|
# homeassistant.components.recorder
|
||||||
# homeassistant.components.sql
|
# homeassistant.components.sql
|
||||||
# homeassistant.components.webostv
|
# homeassistant.components.webostv
|
||||||
sqlalchemy==1.4.27
|
sqlalchemy==1.4.32
|
||||||
|
|
||||||
# homeassistant.components.srp_energy
|
# homeassistant.components.srp_energy
|
||||||
srpenergy==1.3.6
|
srpenergy==1.3.6
|
||||||
|
Loading…
x
Reference in New Issue
Block a user