From 13005054f256ffd94ad907c67c42f3a8e8d225a9 Mon Sep 17 00:00:00 2001 From: Flo Ha Date: Sat, 2 May 2026 07:00:57 +0000 Subject: [PATCH] Update dependency psycopg to v3.3.4 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 9d72e18..d8ba1f3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ requires-python = ">=3.14" dependencies = [ "django==6.0.3", "gunicorn==25.3.0", - "psycopg[binary]==3.3.3", + "psycopg[binary]==3.3.4", ] [dependency-groups] -- 2.49.1