From 71b8670188d7f44e51e2720c13e185d74fcc585d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 May 2026 09:35:57 +0000 Subject: [PATCH] [UPDATE] Update psycopg requirement Updates the requirements on [psycopg](https://github.com/psycopg/psycopg) to permit the latest version. - [Changelog](https://github.com/psycopg/psycopg/blob/master/docs/news.rst) - [Commits](https://github.com/psycopg/psycopg/compare/3.3.3...3.3.4) --- updated-dependencies: - dependency-name: psycopg dependency-version: 3.3.4 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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",