From 245125fe38ad28bf1bc3dd00ae3b09396921a806 Mon Sep 17 00:00:00 2001 From: Kenneth Kehl <@kkehl@flexion.us> Date: Fri, 18 Aug 2023 08:31:46 -0700 Subject: [PATCH] downgrade a flask-marshmallow and psycopg2 to what UK notify has --- Pipfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Pipfile b/Pipfile index 0e391c237..932b8419d 100644 --- a/Pipfile +++ b/Pipfile @@ -37,7 +37,7 @@ docutils = "==0.16" eventlet = "==0.33.3" flask = "~=2.3" flask-bcrypt = "==1.0.1" -flask-marshmallow = "==0.15.0" +flask-marshmallow = "==0.14.0" flask-migrate = "==4.0.4" flask-redis = "==0.4.0" flask-sqlalchemy = "==3.0.5" @@ -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.7" +psycopg2-binary = "==2.9.3" pyjwt = "==2.8.0" python-dotenv = "==1.0.0" radon = "==6.0.1"