diff --git a/pyproject.toml b/pyproject.toml index 1d7d8615..1707d2c4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -60,7 +60,7 @@ documentation = "https://sith-ae.readthedocs.io/" [dependency-groups] prod = [ - "psycopg[c]>=3.3.3,<4.0.0", + "psycopg[c]>=3.3.4,<4.0.0", ] dev = [ "django-debug-toolbar>=6.3.0,<7",