From 5c49464c53378028e13c65f1d4550d577241ff88 Mon Sep 17 00:00:00 2001 From: Yohan Boniface Date: Wed, 7 Feb 2024 14:27:39 +0100 Subject: [PATCH] chore: bump to psycopg 3 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 130eb265..6c35b6ac 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -33,7 +33,7 @@ dependencies = [ "django-environ==0.11.2", "django-probes==1.7.0", "Pillow==10.2.0", - "psycopg2==2.9.6", + "psycopg==3.1.18", "requests==2.31.0", "rcssmin==1.1.2", "rjsmin==1.2.2",