Update flask-bcrypt from 0.7.1 to 1.0.1

There's no changelog for this, but I've looked through all the commits
and can't see any reason why this needed a major version bump or
anything that should cause us issues.
This commit is contained in:
Katie Smith
2022-04-14 13:15:33 +01:00
parent 1f705f3c29
commit 667d505b5d
2 changed files with 2 additions and 2 deletions

View File

@@ -3,7 +3,7 @@
cffi==1.15.0 cffi==1.15.0
celery[sqs]==5.2.6 celery[sqs]==5.2.6
Flask-Bcrypt==0.7.1 Flask-Bcrypt==1.0.1
flask-marshmallow==0.14.0 flask-marshmallow==0.14.0
Flask-Migrate==3.1.0 Flask-Migrate==3.1.0
git+https://github.com/mitsuhiko/flask-sqlalchemy.git@500e732dd1b975a56ab06a46bd1a20a21e682262#egg=Flask-SQLAlchemy==2.3.2.dev20190108 git+https://github.com/mitsuhiko/flask-sqlalchemy.git@500e732dd1b975a56ab06a46bd1a20a21e682262#egg=Flask-SQLAlchemy==2.3.2.dev20190108

View File

@@ -82,7 +82,7 @@ flask==2.1.1
# flask-redis # flask-redis
# gds-metrics # gds-metrics
# notifications-utils # notifications-utils
flask-bcrypt==0.7.1 flask-bcrypt==1.0.1
# via -r requirements.in # via -r requirements.in
flask-marshmallow==0.14.0 flask-marshmallow==0.14.0
# via -r requirements.in # via -r requirements.in