Skip to content

Commit

Permalink
Bump SQLAlchemy to 2.0.27 (#110517)
Browse files Browse the repository at this point in the history
  • Loading branch information
bdraco authored Feb 14, 2024
1 parent 29e6123 commit eee6a11
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion homeassistant/components/recorder/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"iot_class": "local_push",
"quality_scale": "internal",
"requirements": [
"SQLAlchemy==2.0.26",
"SQLAlchemy==2.0.27",
"fnv-hash-fast==0.5.0",
"psutil-home-assistant==0.0.1"
]
Expand Down
2 changes: 1 addition & 1 deletion homeassistant/components/sql/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@
"config_flow": true,
"documentation": "https://www.home-assistant.io/integrations/sql",
"iot_class": "local_polling",
"requirements": ["SQLAlchemy==2.0.26", "sqlparse==0.4.4"]
"requirements": ["SQLAlchemy==2.0.27", "sqlparse==0.4.4"]
}
2 changes: 1 addition & 1 deletion homeassistant/package_constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ PyTurboJPEG==1.7.1
pyudev==0.23.2
PyYAML==6.0.1
requests==2.31.0
SQLAlchemy==2.0.26
SQLAlchemy==2.0.27
typing-extensions>=4.9.0,<5.0
ulid-transform==0.9.0
urllib3>=1.26.5,<2
Expand Down
2 changes: 1 addition & 1 deletion requirements_all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ RtmAPI==0.7.2

# homeassistant.components.recorder
# homeassistant.components.sql
SQLAlchemy==2.0.26
SQLAlchemy==2.0.27

# homeassistant.components.tami4
Tami4EdgeAPI==2.1
Expand Down
2 changes: 1 addition & 1 deletion requirements_test_all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ RtmAPI==0.7.2

# homeassistant.components.recorder
# homeassistant.components.sql
SQLAlchemy==2.0.26
SQLAlchemy==2.0.27

# homeassistant.components.tami4
Tami4EdgeAPI==2.1
Expand Down

0 comments on commit eee6a11

Please sign in to comment.