Bump flask-migrate from 2.3.0 to 2.3.1 in /{{cookiecutter.app_name}}

Bumps [flask-migrate](https://github.com/miguelgrinberg/flask-migrate) from 2.3.0 to 2.3.1.
- [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.3.0...v2.3.1)

Signed-off-by: dependabot[bot] <support@dependabot.com>
master
dependabot[bot] 6 years ago committed by dependabot[bot]
parent bf546fe199
commit f25d7e0d8b
  1. 2
      {{cookiecutter.app_name}}/Pipfile

@ -18,7 +18,7 @@ psycopg2 = "==2.7.6.1"
SQLAlchemy = "==1.2.14"
# Migrations
Flask-Migrate = "==2.3.0"
Flask-Migrate = "==2.3.1"
# Forms
Flask-WTF = "==0.14.2"

Loading…
Cancel
Save