Bump SQLAlchemy to 2.0.25 (#106931)

* Bump SQLAlchemy to 2.0.25

changelog: https://docs.sqlalchemy.org/en/20/changelog/changelog_20.html#change-2.0.25

* drop unused ignore now that upstream is fixed
This commit is contained in:
J. Nick Koston 2024-01-02 22:12:35 -10:00 committed by GitHub
parent b3f997156a
commit 710e55fb09
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
6 changed files with 6 additions and 6 deletions

View File

@ -7,7 +7,7 @@
"iot_class": "local_push",
"quality_scale": "internal",
"requirements": [
"SQLAlchemy==2.0.24",
"SQLAlchemy==2.0.25",
"fnv-hash-fast==0.5.0",
"psutil-home-assistant==0.0.1"
]

View File

@ -101,7 +101,7 @@ QUERY_STATISTICS_SHORT_TERM = (
StatisticsShortTerm.sum,
)
QUERY_STATISTICS_SUMMARY_MEAN = ( # type: ignore[var-annotated]
QUERY_STATISTICS_SUMMARY_MEAN = (
StatisticsShortTerm.metadata_id,
func.avg(StatisticsShortTerm.mean),
func.min(StatisticsShortTerm.min),

View File

@ -5,5 +5,5 @@
"config_flow": true,
"documentation": "https://www.home-assistant.io/integrations/sql",
"iot_class": "local_polling",
"requirements": ["SQLAlchemy==2.0.24", "sqlparse==0.4.4"]
"requirements": ["SQLAlchemy==2.0.25", "sqlparse==0.4.4"]
}

View File

@ -52,7 +52,7 @@ pyudev==0.23.2
PyYAML==6.0.1
requests==2.31.0
scapy==2.5.0
SQLAlchemy==2.0.24
SQLAlchemy==2.0.25
typing-extensions>=4.9.0,<5.0
ulid-transform==0.9.0
urllib3>=1.26.5,<2

View File

@ -128,7 +128,7 @@ RtmAPI==0.7.2
# homeassistant.components.recorder
# homeassistant.components.sql
SQLAlchemy==2.0.24
SQLAlchemy==2.0.25
# homeassistant.components.tami4
Tami4EdgeAPI==2.1

View File

@ -113,7 +113,7 @@ RtmAPI==0.7.2
# homeassistant.components.recorder
# homeassistant.components.sql
SQLAlchemy==2.0.24
SQLAlchemy==2.0.25
# homeassistant.components.tami4
Tami4EdgeAPI==2.1