1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-25 05:26:47 +00:00

Upgrade sqlalchemy to 1.3.9 (#27322)

This commit is contained in:
Fabian Affolter
2019-10-08 18:30:18 +02:00
committed by Paulus Schoutsen
parent 396e68a4b9
commit 13956d3516
5 changed files with 5 additions and 5 deletions

View File

@@ -3,7 +3,7 @@
"name": "Recorder",
"documentation": "https://www.home-assistant.io/integrations/recorder",
"requirements": [
"sqlalchemy==1.3.8"
"sqlalchemy==1.3.9"
],
"dependencies": [],
"codeowners": []

View File

@@ -3,7 +3,7 @@
"name": "Sql",
"documentation": "https://www.home-assistant.io/integrations/sql",
"requirements": [
"sqlalchemy==1.3.8"
"sqlalchemy==1.3.9"
],
"dependencies": [],
"codeowners": [