From 547cae88b66617a98bfc9fc4405a61c16869a258 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" Date: Mon, 27 May 2019 16:46:23 +0000 Subject: [PATCH] Bump flask-migrate from 2.5.1 to 2.5.2 in /{{cookiecutter.app_name}} Bumps [flask-migrate](https://github.com/miguelgrinberg/flask-migrate) from 2.5.1 to 2.5.2. - [Release notes](https://github.com/miguelgrinberg/flask-migrate/releases) - [Changelog](https://github.com/miguelgrinberg/Flask-Migrate/blob/master/CHANGES.md) - [Commits](https://github.com/miguelgrinberg/flask-migrate/compare/v2.5.1...v2.5.2) --- {{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 ce9988d..694a417 100644 --- a/{{cookiecutter.app_name}}/Pipfile +++ b/{{cookiecutter.app_name}}/Pipfile @@ -18,7 +18,7 @@ psycopg2 = "==2.8.2" SQLAlchemy = "==1.3.3" # Migrations -Flask-Migrate = "==2.5.1" +Flask-Migrate = "==2.5.2" # Forms Flask-WTF = "==0.14.2"