aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2021-02-22 06:07:43 +0000
committerMax Meinhold <mxmeinhold@gmail.com>2021-03-27 00:14:29 -0400
commitac6c154176d66499de1e6f6d1894e029f5f227f8 (patch)
tree80b11567c272da309e588e5c7da0ff8c2d7d74a1
parent5169fee2412f09ceb09643644ab003169295ec80 (diff)
Update flask-migrate requirement from ~=2.5.3 to ~=2.7.0
Updates the requirements on [flask-migrate](https://github.com/miguelgrinberg/flask-migrate) to permit the latest version. - [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.3...v2.7.0) Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r--requirements.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/requirements.txt b/requirements.txt
index 94be851..cda0b3b 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -3,7 +3,7 @@ ddtrace
Flask~=1.1.2
Flask-Gzip~=0.2
Flask-Mail~=0.9.1
-Flask-Migrate~=2.5.3
+Flask-Migrate~=2.7.0
Flask-pyoidc~=3.7.0
flask_sqlalchemy~=2.4.4
gunicorn~=20.0.4