From e6401d1d9cb9f3054c7ecc74d25cbda5db8b7b3b Mon Sep 17 00:00:00 2001
From: pyup-bot <github-bot@pyup.io>
Date: Wed, 4 Oct 2017 18:50:57 -0400
Subject: [PATCH] Update flask-sqlalchemy from 2.2 to 2.3.1

---
 {{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 cc3bfec0..7d21f235 100644
--- a/{{cookiecutter.app_name}}/requirements/prod.txt
+++ b/{{cookiecutter.app_name}}/requirements/prod.txt
@@ -9,7 +9,7 @@ itsdangerous==0.24
 click>=5.0
 
 # Database
-Flask-SQLAlchemy==2.2
+Flask-SQLAlchemy==2.3.1
 psycopg2==2.7.3.1
 SQLAlchemy==1.1.14
 
-- 
GitLab