From 02fef4c418ae12fe8d60e0fb402cf5247bba3883 Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <support@dependabot.com>
Date: Wed, 3 Apr 2019 12:15:15 +0000
Subject: [PATCH] Bump sqlalchemy from 1.3.1 to 1.3.2 in
 /{{cookiecutter.app_name}}

Bumps [sqlalchemy](https://github.com/sqlalchemy/sqlalchemy) from 1.3.1 to 1.3.2.
- [Release notes](https://github.com/sqlalchemy/sqlalchemy/releases)
- [Changelog](https://github.com/sqlalchemy/sqlalchemy/blob/master/CHANGES)
- [Commits](https://github.com/sqlalchemy/sqlalchemy/commits)

Signed-off-by: dependabot[bot] <support@dependabot.com>
---
 {{cookiecutter.app_name}}/Pipfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/{{cookiecutter.app_name}}/Pipfile b/{{cookiecutter.app_name}}/Pipfile
index fd5e7015..cb0e35ae 100644
--- a/{{cookiecutter.app_name}}/Pipfile
+++ b/{{cookiecutter.app_name}}/Pipfile
@@ -15,7 +15,7 @@ click = ">=5.0"
 # Database
 Flask-SQLAlchemy = "==2.3.2"
 psycopg2 = "==2.7.7"
-SQLAlchemy = "==1.3.1"
+SQLAlchemy = "==1.3.2"
 
 # Migrations
 Flask-Migrate = "==2.4.0"
-- 
GitLab