From 8dcfebc72624214686adeafbc0c904e77f7fcc23 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 May 2026 14:35:10 +0000 Subject: [PATCH] chore(deps): update psycopg requirement from <3.4,>=3.3 to >=3.3.4,<3.4 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.0...3.3.4) --- updated-dependencies: - dependency-name: psycopg dependency-version: 3.3.4 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 9ca83a4..15ed89c 100644 --- a/api/requirements.txt +++ b/api/requirements.txt @@ -5,7 +5,7 @@ django-storages[boto3]>=1.14,<1.15 django-ratelimit>=4.1,<5.0 django-unfold>=0.92,<1.0 Pillow>=11.0 -psycopg[binary]>=3.3,<3.4 +psycopg[binary]>=3.3.4,<3.4 python-dotenv>=1.0 redis>=5.2,<7.0 whitenoise>=6.12,<7.0