From 751ebdf9be638b09c9c7bdca61d8a0b36e93a85d Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Wed, 16 Oct 2024 11:23:33 -0300 Subject: [PATCH] Update psycopg2 from 2.7.5 to 2.9.10 --- requirements/base.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/base.txt b/requirements/base.txt index db3c6126..3dfeb1c2 100644 --- a/requirements/base.txt +++ b/requirements/base.txt @@ -26,7 +26,7 @@ Pillow==5.2.0 django-allauth==0.36.0 # Python-PostgreSQL Database Adapter -psycopg2==2.7.5 +psycopg2==2.9.10 # Unicode slugification awesome-slugify==1.6.5