From 5df8500a10a31cd3de3886818a77c3ff6e49753b Mon Sep 17 00:00:00 2001 From: tcely Date: Sun, 16 Mar 2025 17:57:07 -0400 Subject: [PATCH] Upgrade `psycopg` --- Pipfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Pipfile b/Pipfile index 3c29cafb..14bb0ccb 100644 --- a/Pipfile +++ b/Pipfile @@ -15,7 +15,7 @@ gunicorn = "*" httptools = "*" django-background-tasks = ">=1.2.8" django-basicauth = "*" -psycopg2-binary = "*" +psycopg = {extras = ["binary", "pool"], version = "*"} mysqlclient = "*" PySocks = "*" urllib3 = {extras = ["socks"], version = "*"}