Update Marshmallow and SQLAlchemy dependencies

This changeset gets all of our Marshmallow and SQLAlchemy dependencies updated and accounts for recent major version changes.

Signed-off-by: Carlo Costino <carlo.costino@gsa.gov>
This commit is contained in:
Carlo Costino
2025-04-29 12:09:13 -04:00
parent 1242c524a5
commit 3250e22d3b
2 changed files with 130 additions and 338 deletions

458
poetry.lock generated

File diff suppressed because it is too large Load Diff

View File

@@ -28,16 +28,16 @@ eventlet = "==0.39.1"
expiringdict = "==1.2.2" expiringdict = "==1.2.2"
flask = "~=3.0" flask = "~=3.0"
flask-bcrypt = "==1.0.1" flask-bcrypt = "==1.0.1"
flask-marshmallow = "==1.2.1" flask-marshmallow = "^1.3.0"
flask-migrate = "==4.1.0" flask-migrate = "==4.1.0"
flask-redis = "==0.4.0" flask-redis = "==0.4.0"
flask-sqlalchemy = "==3.1.1" flask-sqlalchemy = "^3.1.1"
gunicorn = {version = "==23.0.0", extras = ["eventlet"]} gunicorn = {version = "==23.0.0", extras = ["eventlet"]}
iso8601 = "==2.1.0" iso8601 = "==2.1.0"
jsonschema = {version = "==4.23.0", extras = ["format"]} jsonschema = {version = "==4.23.0", extras = ["format"]}
lxml = "==5.3.1" lxml = "==5.3.1"
marshmallow = "==3.26.1" marshmallow = "^4.0.0"
marshmallow-sqlalchemy = "==1.0.0" marshmallow-sqlalchemy = "^1.4.2"
newrelic = "*" newrelic = "*"
notifications-python-client = "==10.0.0" notifications-python-client = "==10.0.0"
oscrypto = { git = "https://github.com/wbond/oscrypto.git", rev = "1547f53" } oscrypto = { git = "https://github.com/wbond/oscrypto.git", rev = "1547f53" }
@@ -46,7 +46,7 @@ poetry-dotenv-plugin = "==0.2.0"
psycopg2-binary = "==2.9.9" psycopg2-binary = "==2.9.9"
pyjwt = "==2.10.1" pyjwt = "==2.10.1"
python-dotenv = "==1.0.1" python-dotenv = "==1.0.1"
sqlalchemy = "==2.0.31" sqlalchemy = "==2.0.40"
werkzeug = "^3.0.6" werkzeug = "^3.0.6"
faker = "^26.0.0" faker = "^26.0.0"
async-timeout = "^5.0.1" async-timeout = "^5.0.1"