From 918919ae4b6551bdd6c04a6b1d2a71f44484cbb8 Mon Sep 17 00:00:00 2001
From: pyup-bot <github-bot@pyup.io>
Date: Wed, 27 Dec 2017 16:55:46 -0500
Subject: [PATCH] Update sqlalchemy from 1.1.15 to 1.2.0

---
 {{cookiecutter.app_name}}/requirements/prod.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/{{cookiecutter.app_name}}/requirements/prod.txt b/{{cookiecutter.app_name}}/requirements/prod.txt
index 8cd75c09..65fac45d 100644
--- a/{{cookiecutter.app_name}}/requirements/prod.txt
+++ b/{{cookiecutter.app_name}}/requirements/prod.txt
@@ -11,7 +11,7 @@ click>=5.0
 # Database
 Flask-SQLAlchemy==2.3.2
 psycopg2==2.7.3.2
-SQLAlchemy==1.1.15
+SQLAlchemy==1.2.0
 
 # Migrations
 Flask-Migrate==2.1.1
-- 
GitLab