Bump flask-migrate from 4.0.4 to 4.0.5

Bumps [flask-migrate](https://github.com/miguelgrinberg/flask-migrate) from 4.0.4 to 4.0.5.
- [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/v4.0.4...v4.0.5)

---
updated-dependencies:
- dependency-name: flask-migrate
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2023-09-21 14:16:22 +00:00
committed by GitHub
parent a28013c8b2
commit a161297177
2 changed files with 5 additions and 5 deletions

View File

@@ -42,7 +42,7 @@ eventlet = "==0.33.3"
flask = "~=2.3"
flask-bcrypt = "==1.0.1"
flask-marshmallow = "==0.14.0"
flask-migrate = "==4.0.4"
flask-migrate = "==4.0.5"
flask-redis = "==0.4.0"
flask-sqlalchemy = "==3.0.5"
gunicorn = {version = "==21.2.0", extras = ["eventlet"]}