From 12a64e301452e542e350e2e7d5a0316d1ecfbb9f Mon Sep 17 00:00:00 2001 From: Natasha Singh Date: Wed, 10 May 2023 12:39:58 -0400 Subject: [PATCH] :arrow_up: Upgrade to latest psycopg2 Current version 2.7.3.2 has issues installing on OSX Ventura Current version is extremely old (from 2015) --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 67199a77..a962a7ff 100644 --- a/requirements.txt +++ b/requirements.txt @@ -18,7 +18,7 @@ gunicorn==19.7.1 flask-marshmallow==0.8.0 marshmallow==2.16.0 marshmallow-sqlalchemy==0.13.2 -psycopg2==2.7.3.2 +psycopg2==2.9.6 webargs==5.3.0 boto3==1.7.8 botocore==1.10.8