Update Flask plugins and related dependencies

This changeset updates a few of the Flask plugins we rely on to their latest versions, as well as the psycopg2-binary library.  It required a few adjustments to how our tests are configured and run, which are probably due for a larger refactor given how much has changed with these libraries and the anticipated change of going from SQLAlchemy 1.4.x to 2.0.x.

Signed-off-by: Carlo Costino <carlo.costino@gsa.gov>
This commit is contained in:
Carlo Costino
2023-08-15 01:46:43 -04:00
parent 574e0b92fc
commit 114aa45f19
3 changed files with 136 additions and 107 deletions

View File

@@ -37,10 +37,10 @@ docutils = "==0.16"
eventlet = "==0.33.3"
flask = "~=2.3"
flask-bcrypt = "==1.0.1"
flask-marshmallow = "==0.14.0"
flask-migrate = "==4.0.1"
flask-marshmallow = "==0.15.0"
flask-migrate = "==4.0.4"
flask-redis = "==0.4.0"
flask-sqlalchemy = {version = "==2.5.1", ref = "aa7a61a5357cf6f5dcc135d98c781192457aa6fa", git = "https://github.com/pallets-eco/flask-sqlalchemy.git"}
flask-sqlalchemy = "==3.0.5"
gunicorn = {version = "==20.1.0", extras = ["eventlet"], ref = "1299ea9e967a61ae2edebe191082fd169b864c64", git = "https://github.com/benoitc/gunicorn.git"}
iso8601 = "==2.0.0"
itsdangerous = "==2.1.2"
@@ -50,7 +50,7 @@ marshmallow = "==3.20.1"
marshmallow-sqlalchemy = "==0.29.0"
notifications-python-client = "==6.3.0"
oscrypto = "==1.3.0"
psycopg2-binary = "==2.9.3"
psycopg2-binary = "==2.9.7"
pyjwt = "==2.8.0"
python-dotenv = "==1.0.0"
radon = "==6.0.1"