mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 03:07:37 +00:00
Bump sqlalchemy to 1.4.45 (#85021)
changelog: https://docs.sqlalchemy.org/en/20/changelog/changelog_14.html#change-1.4.45
This commit is contained in:
parent
b470c3484b
commit
8db086f65b
@ -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.44", "fnvhash==0.1.0"],
|
"requirements": ["sqlalchemy==1.4.45", "fnvhash==0.1.0"],
|
||||||
"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.44"],
|
"requirements": ["sqlalchemy==1.4.45"],
|
||||||
"codeowners": ["@dgomes", "@gjohansson-ST"],
|
"codeowners": ["@dgomes", "@gjohansson-ST"],
|
||||||
"config_flow": true,
|
"config_flow": true,
|
||||||
"iot_class": "local_polling"
|
"iot_class": "local_polling"
|
||||||
|
@ -39,7 +39,7 @@ pyudev==0.23.2
|
|||||||
pyyaml==6.0
|
pyyaml==6.0
|
||||||
requests==2.28.1
|
requests==2.28.1
|
||||||
scapy==2.4.5
|
scapy==2.4.5
|
||||||
sqlalchemy==1.4.44
|
sqlalchemy==1.4.45
|
||||||
typing-extensions>=4.4.0,<5.0
|
typing-extensions>=4.4.0,<5.0
|
||||||
voluptuous-serialize==2.5.0
|
voluptuous-serialize==2.5.0
|
||||||
voluptuous==0.13.1
|
voluptuous==0.13.1
|
||||||
|
@ -2354,7 +2354,7 @@ spotipy==2.22.0
|
|||||||
|
|
||||||
# homeassistant.components.recorder
|
# homeassistant.components.recorder
|
||||||
# homeassistant.components.sql
|
# homeassistant.components.sql
|
||||||
sqlalchemy==1.4.44
|
sqlalchemy==1.4.45
|
||||||
|
|
||||||
# homeassistant.components.srp_energy
|
# homeassistant.components.srp_energy
|
||||||
srpenergy==1.3.6
|
srpenergy==1.3.6
|
||||||
|
@ -1645,7 +1645,7 @@ spotipy==2.22.0
|
|||||||
|
|
||||||
# homeassistant.components.recorder
|
# homeassistant.components.recorder
|
||||||
# homeassistant.components.sql
|
# homeassistant.components.sql
|
||||||
sqlalchemy==1.4.44
|
sqlalchemy==1.4.45
|
||||||
|
|
||||||
# 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