From 1b25ce5ff930f0edd9d83e6451ac2dab956befa6 Mon Sep 17 00:00:00 2001 From: Teklia Bot <contact@teklia.com> Date: Thu, 17 Jun 2021 11:06:31 +0000 Subject: [PATCH] Bump Python requirement psycopg2-binary to 2.9.1 --- base/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/base/requirements.txt b/base/requirements.txt index 057c2bc886..2a50a2af2f 100644 --- a/base/requirements.txt +++ b/base/requirements.txt @@ -3,4 +3,4 @@ cryptography==3.4.7 Django==3.2.4 elasticsearch==6.8.1 lxml==4.6.3 -psycopg2-binary==2.8.6 +psycopg2-binary==2.9.1 -- GitLab