From 07ca33a3fc7eaf734f5682a45a92eb92dee693a6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Mar 2026 13:23:51 +0000 Subject: [PATCH] Update psycopg[binary,pool] requirement Updates the requirements on [psycopg[binary,pool]](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.2.6...3.3.3) --- updated-dependencies: - dependency-name: psycopg[binary,pool] dependency-version: 3.3.3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 431f000..73b1171 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,5 +2,5 @@ Django==6.0.3 argon2-cffi>=25.1,<26 granian>=2.5,<3 openpyxl>=3.1.5,<3.2 -psycopg[binary,pool]>=3.2.6,<3.3 +psycopg[binary,pool]>=3.2.6,<3.4 redis[hiredis]>=5.2.1,<8