Compare commits

...
Sign in to create a new pull request.

1 commit
dev ... sqla_35

Author SHA1 Message Date
J. Nick Koston
3223aefcf0
Bump SQLAlchemy to 2.0.35
changelog: https://docs.sqlalchemy.org/en/20/changelog/changelog_20.html#change-2.0.35
2024-09-24 14:11:41 -05:00
7 changed files with 7 additions and 7 deletions

View file

@ -7,7 +7,7 @@
"iot_class": "local_push",
"quality_scale": "internal",
"requirements": [
"SQLAlchemy==2.0.31",
"SQLAlchemy==2.0.35",
"fnv-hash-fast==1.0.2",
"psutil-home-assistant==0.0.1"
]

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.31", "sqlparse==0.5.0"]
"requirements": ["SQLAlchemy==2.0.35", "sqlparse==0.5.0"]
}

View file

@ -55,7 +55,7 @@ PyTurboJPEG==1.7.5
pyudev==0.24.1
PyYAML==6.0.2
requests==2.32.3
SQLAlchemy==2.0.31
SQLAlchemy==2.0.35
typing-extensions>=4.12.2,<5.0
ulid-transform==1.0.2
urllib3>=1.26.5,<2

View file

@ -61,7 +61,7 @@ dependencies = [
"python-slugify==8.0.4",
"PyYAML==6.0.2",
"requests==2.32.3",
"SQLAlchemy==2.0.31",
"SQLAlchemy==2.0.35",
"typing-extensions>=4.12.2,<5.0",
"ulid-transform==1.0.2",
# Constrain urllib3 to ensure we deal with CVE-2020-26137 and CVE-2021-33503

View file

@ -34,7 +34,7 @@ psutil-home-assistant==0.0.1
python-slugify==8.0.4
PyYAML==6.0.2
requests==2.32.3
SQLAlchemy==2.0.31
SQLAlchemy==2.0.35
typing-extensions>=4.12.2,<5.0
ulid-transform==1.0.2
urllib3>=1.26.5,<2

View file

@ -116,7 +116,7 @@ RtmAPI==0.7.2
# homeassistant.components.recorder
# homeassistant.components.sql
SQLAlchemy==2.0.31
SQLAlchemy==2.0.35
# homeassistant.components.tami4
Tami4EdgeAPI==3.0

View file

@ -110,7 +110,7 @@ RtmAPI==0.7.2
# homeassistant.components.recorder
# homeassistant.components.sql
SQLAlchemy==2.0.31
SQLAlchemy==2.0.35
# homeassistant.components.tami4
Tami4EdgeAPI==3.0