From f6c3c7eadaaf3f4310d6851d84a25ffd107f32c0 Mon Sep 17 00:00:00 2001 From: Teklia Bot <contact@teklia.com> Date: Tue, 3 Jan 2023 11:01:22 +0000 Subject: [PATCH] Bump Python requirement psycopg2-binary to 2.9.5 --- base/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/base/requirements.txt b/base/requirements.txt index 1e939430f6..7cb2c38f11 100644 --- a/base/requirements.txt +++ b/base/requirements.txt @@ -2,4 +2,4 @@ boto3==1.18.13 cryptography==3.4.7 Django==4.1.5 lxml==4.6.3 -psycopg2-binary==2.9.1 +psycopg2-binary==2.9.5 -- GitLab