From fe8b806a9e73d73a04a19d69bddac973579a6760 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 2 Aug 2021 05:27:11 +0000 Subject: [PATCH] Bump flask-migrate from 2.5.3 to 3.1.0 Bumps [flask-migrate](https://github.com/miguelgrinberg/flask-migrate) from 2.5.3 to 3.1.0. - [Release notes](https://github.com/miguelgrinberg/flask-migrate/releases) - [Changelog](https://github.com/miguelgrinberg/Flask-Migrate/blob/main/CHANGES.md) - [Commits](https://github.com/miguelgrinberg/flask-migrate/compare/v2.5.3...v3.1.0) Signed-off-by: dependabot-preview[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 9589168..2f9a913 100644 --- a/requirements.txt +++ b/requirements.txt @@ -10,7 +10,7 @@ dominate==2.6.0 flake8==3.8.4 Flask==1.1.2 Flask-Bootstrap==3.3.7.1 -Flask-Migrate==2.5.3 +Flask-Migrate==3.1.0 Flask-SQLAlchemy==2.4.4 Flask-WTF==0.14.3 gunicorn==20.0.4