Bump Flask and itsdangerous

This bumps Flask to version 2.1.0, which requires some minor changes to
the app code and itsdangerous to also be bumped.
This commit is contained in:
Katie Smith
2022-04-05 17:06:08 +01:00
parent 9902ddfc22
commit badd0e0894
5 changed files with 32 additions and 44 deletions

View File

@@ -7,12 +7,12 @@ Flask-Bcrypt==0.7.1
flask-marshmallow==0.14.0
Flask-Migrate==3.1.0
git+https://github.com/mitsuhiko/flask-sqlalchemy.git@500e732dd1b975a56ab06a46bd1a20a21e682262#egg=Flask-SQLAlchemy==2.3.2.dev20190108
Flask==1.1.2
Flask==2.1.0
click-datetime==0.2
# Should be pinned until a new gunicorn release greater than 20.1.0 comes out. (Due to eventlet v0.33 compatibility issues)
git+https://github.com/benoitc/gunicorn.git@1299ea9e967a61ae2edebe191082fd169b864c64#egg=gunicorn[eventlet]==20.1.0
iso8601==1.0.2
itsdangerous==1.1.0
itsdangerous==2.1.2
jsonschema==3.2.0
marshmallow-sqlalchemy==0.23.1 # pyup: <0.24.0 # marshmallow v3 throws errors
marshmallow==2.21.0 # pyup: <3 # v3 throws errors