Skip to content

Commit

Permalink
Bump flask-migrate from 4.0.0 to 4.0.1
Browse files Browse the repository at this point in the history
Bumps [flask-migrate](https://github.com/miguelgrinberg/flask-migrate) from 4.0.0 to 4.0.1.
- [Release notes](https://github.com/miguelgrinberg/flask-migrate/releases)
- [Changelog](https://github.com/miguelgrinberg/Flask-Migrate/blob/main/CHANGES.md)
- [Commits](miguelgrinberg/Flask-Migrate@v4.0.0...v4.0.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 9, 2023
1 parent ab92537 commit 692d55f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ digitalmarketplace-utils

Flask>=1.1,<2
Flask-Bcrypt==1.0.1
Flask-Migrate==4.0.0
Flask-Migrate==4.0.1
Flask-SQLAlchemy>=2.4.1,<2.6.0
itsdangerous

Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ flask-gzip==0.2
# via digitalmarketplace-utils
flask-login==0.5.0
# via digitalmarketplace-utils
flask-migrate==4.0.0
flask-migrate==4.0.1
# via -r requirements.in
flask-session==0.3.2
# via digitalmarketplace-utils
Expand Down

0 comments on commit 692d55f

Please sign in to comment.