Skip to content

Commit

Permalink
Bump sqlalchemy to 1.4.17 (home-assistant#51593)
Browse files Browse the repository at this point in the history
  • Loading branch information
bdraco authored Jun 8, 2021
1 parent 7790e8f commit b3a67a2
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 @@ -2,7 +2,7 @@
"domain": "recorder",
"name": "Recorder",
"documentation": "https://www.home-assistant.io/integrations/recorder",
"requirements": ["sqlalchemy==1.4.13"],
"requirements": ["sqlalchemy==1.4.17"],
"codeowners": [],
"quality_scale": "internal",
"iot_class": "local_push"
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 @@ -2,7 +2,7 @@
"domain": "sql",
"name": "SQL",
"documentation": "https://www.home-assistant.io/integrations/sql",
"requirements": ["sqlalchemy==1.4.13"],
"requirements": ["sqlalchemy==1.4.17"],
"codeowners": ["@dgomes"],
"iot_class": "local_polling"
}
2 changes: 1 addition & 1 deletion homeassistant/package_constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ pyyaml==5.4.1
requests==2.25.1
ruamel.yaml==0.15.100
scapy==2.4.5
sqlalchemy==1.4.13
sqlalchemy==1.4.17
voluptuous-serialize==2.4.0
voluptuous==0.12.1
yarl==1.6.3
Expand Down
2 changes: 1 addition & 1 deletion requirements_all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2156,7 +2156,7 @@ spotipy==2.18.0

# homeassistant.components.recorder
# homeassistant.components.sql
sqlalchemy==1.4.13
sqlalchemy==1.4.17

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

# homeassistant.components.recorder
# homeassistant.components.sql
sqlalchemy==1.4.13
sqlalchemy==1.4.17

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

0 comments on commit b3a67a2

Please sign in to comment.