From 3678d1c8b6b46f5a47d05b9448c1ca10e595bbfb Mon Sep 17 00:00:00 2001
From: "dependabot-preview[bot]"
 <27856297+dependabot-preview[bot]@users.noreply.github.com>
Date: Mon, 22 Jul 2019 06:48:31 -0400
Subject: [PATCH] Bump sqlalchemy from 1.3.5 to 1.3.6 in
 /{{cookiecutter.app_name}} (#525)

Bumps [sqlalchemy](https://github.com/sqlalchemy/sqlalchemy) from 1.3.5 to 1.3.6.
- [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-preview[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 a2bfb6e0..74f7d56c 100644
--- a/{{cookiecutter.app_name}}/Pipfile
+++ b/{{cookiecutter.app_name}}/Pipfile
@@ -11,7 +11,7 @@ click = ">=5.0"
 
 # Database
 Flask-SQLAlchemy = "==2.4.0"
-SQLAlchemy = "==1.3.5"
+SQLAlchemy = "==1.3.6"
 
 # Migrations
 Flask-Migrate = "==2.5.2"
-- 
GitLab