From 6a7efef427a52eb8da93ae244931587ed6e3d6c5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Mar 2026 04:03:11 +0000 Subject: [PATCH] chore(deps): update psycopg[binary] requirement in /api Updates the requirements on [psycopg[binary]](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.2...3.3.3) --- updated-dependencies: - dependency-name: psycopg[binary] dependency-version: 3.3.3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- api/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/requirements.txt b/api/requirements.txt index 24e63dd94..7f598b49b 100644 --- a/api/requirements.txt +++ b/api/requirements.txt @@ -11,7 +11,7 @@ django-pgtrigger~=4.17.0 django-prometheus~=2.4.1 dnspython~=2.8.0 pyotp~=2.9.0 -psycopg[binary]~=3.3.2 +psycopg[binary]~=3.3.3 psl-dns~=1.1.1 pylibmc~=1.6.3 pyyaml~=6.0.3