Skip to content

Commit

Permalink
Upgrade sqlalchemy to 1.3.17 (#35745)
Browse files Browse the repository at this point in the history
  • Loading branch information
BKPepe authored May 18, 2020
1 parent 2e0c0de commit 52a7a71
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.3.16"],
"requirements": ["sqlalchemy==1.3.17"],
"codeowners": [],
"quality_scale": "internal"
}
2 changes: 1 addition & 1 deletion homeassistant/components/sql/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
"domain": "sql",
"name": "SQL",
"documentation": "https://www.home-assistant.io/integrations/sql",
"requirements": ["sqlalchemy==1.3.16"],
"requirements": ["sqlalchemy==1.3.17"],
"codeowners": ["@dgomes"]
}
2 changes: 1 addition & 1 deletion homeassistant/package_constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ pytz>=2020.1
pyyaml==5.3.1
requests==2.23.0
ruamel.yaml==0.15.100
sqlalchemy==1.3.16
sqlalchemy==1.3.17
voluptuous-serialize==2.3.0
voluptuous==0.11.7
zeroconf==0.26.1
Expand Down
2 changes: 1 addition & 1 deletion requirements_all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2006,7 +2006,7 @@ spotipy==2.12.0

# homeassistant.components.recorder
# homeassistant.components.sql
sqlalchemy==1.3.16
sqlalchemy==1.3.17

# homeassistant.components.starline
starline==0.1.3
Expand Down
2 changes: 1 addition & 1 deletion requirements_test_all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -814,7 +814,7 @@ spotipy==2.12.0

# homeassistant.components.recorder
# homeassistant.components.sql
sqlalchemy==1.3.16
sqlalchemy==1.3.17

# homeassistant.components.starline
starline==0.1.3
Expand Down

0 comments on commit 52a7a71

Please sign in to comment.