From f56c487d4bb1b79dc23470f85128cffc8a13693d Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <support@dependabot.com>
Date: Mon, 22 Oct 2018 19:50:35 +0000
Subject: [PATCH] Bump flask-migrate from 2.2.0 to 2.3.0 in
 /{{cookiecutter.app_name}}

Bumps [flask-migrate](https://github.com/miguelgrinberg/flask-migrate) from 2.2.0 to 2.3.0.
- [Release notes](https://github.com/miguelgrinberg/flask-migrate/releases)
- [Changelog](https://github.com/miguelgrinberg/Flask-Migrate/blob/master/CHANGELOG.md)
- [Commits](https://github.com/miguelgrinberg/flask-migrate/compare/v2.2.0...v2.3.0)

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 0ca3e1ee..ffc19571 100644
--- a/{{cookiecutter.app_name}}/Pipfile
+++ b/{{cookiecutter.app_name}}/Pipfile
@@ -18,7 +18,7 @@ psycopg2 = "==2.7.5"
 SQLAlchemy = "==1.2.12"
 
 # Migrations
-Flask-Migrate = "==2.2.0"
+Flask-Migrate = "==2.3.0"
 
 # Forms
 Flask-WTF = "==0.14.2"
-- 
GitLab