Skip to content

Commit

Permalink
Bump SQLAlchemy to 2.0.6 (#89650)
Browse files Browse the repository at this point in the history
  • Loading branch information
balloob authored Mar 13, 2023
1 parent d422b0d commit 8a4233a
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 @@ -6,5 +6,5 @@
"integration_type": "system",
"iot_class": "local_push",
"quality_scale": "internal",
"requirements": ["sqlalchemy==2.0.5.post1", "fnvhash==0.1.0"]
"requirements": ["sqlalchemy==2.0.6", "fnvhash==0.1.0"]
}
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.5.post1"]
"requirements": ["sqlalchemy==2.0.6"]
}
2 changes: 1 addition & 1 deletion homeassistant/package_constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ pyudev==0.23.2
pyyaml==6.0
requests==2.28.2
scapy==2.5.0
sqlalchemy==2.0.5.post1
sqlalchemy==2.0.6
typing-extensions>=4.5.0,<5.0
ulid-transform==0.4.0
voluptuous-serialize==2.6.0
Expand Down
2 changes: 1 addition & 1 deletion requirements_all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2398,7 +2398,7 @@ spotipy==2.22.1

# homeassistant.components.recorder
# homeassistant.components.sql
sqlalchemy==2.0.5.post1
sqlalchemy==2.0.6

# homeassistant.components.srp_energy
srpenergy==1.3.6
Expand Down
2 changes: 1 addition & 1 deletion requirements_test_all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1707,7 +1707,7 @@ spotipy==2.22.1

# homeassistant.components.recorder
# homeassistant.components.sql
sqlalchemy==2.0.5.post1
sqlalchemy==2.0.6

# homeassistant.components.srp_energy
srpenergy==1.3.6
Expand Down

0 comments on commit 8a4233a

Please sign in to comment.