Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade sqlalchemy to 1.3.11 #28721

Merged
merged 1 commit into from Nov 16, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion homeassistant/components/recorder/manifest.json
Expand Up @@ -3,7 +3,7 @@
"name": "Recorder",
"documentation": "https://www.home-assistant.io/integrations/recorder",
"requirements": [
"sqlalchemy==1.3.10"
"sqlalchemy==1.3.11"
],
"dependencies": [],
"codeowners": []
Expand Down
2 changes: 1 addition & 1 deletion homeassistant/components/sql/manifest.json
Expand Up @@ -3,7 +3,7 @@
"name": "Sql",
"documentation": "https://www.home-assistant.io/integrations/sql",
"requirements": [
"sqlalchemy==1.3.10"
"sqlalchemy==1.3.11"
],
"dependencies": [],
"codeowners": [
Expand Down
2 changes: 1 addition & 1 deletion homeassistant/package_constraints.txt
Expand Up @@ -21,7 +21,7 @@ pytz>=2019.03
pyyaml==5.1.2
requests==2.22.0
ruamel.yaml==0.15.100
sqlalchemy==1.3.10
sqlalchemy==1.3.11
voluptuous-serialize==2.3.0
voluptuous==0.11.7
zeroconf==0.23.0
Expand Down
2 changes: 1 addition & 1 deletion requirements_all.txt
Expand Up @@ -1838,7 +1838,7 @@ spotipy-homeassistant==2.4.4.dev1

# homeassistant.components.recorder
# homeassistant.components.sql
sqlalchemy==1.3.10
sqlalchemy==1.3.11

# homeassistant.components.starlingbank
starlingbank==3.1
Expand Down
2 changes: 1 addition & 1 deletion requirements_test_all.txt
Expand Up @@ -562,7 +562,7 @@ somecomfort==0.5.2

# homeassistant.components.recorder
# homeassistant.components.sql
sqlalchemy==1.3.10
sqlalchemy==1.3.11

# homeassistant.components.statsd
statsd==3.2.1
Expand Down