From 1c311a7f4781c81750f94130d14af7d6f9adb38a Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Wed, 16 Oct 2024 17:20:39 +0200 Subject: [PATCH] Update psycopg2-binary from 2.7.4 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 f5d216ea..db84e931 100644 --- a/requirements/base.txt +++ b/requirements/base.txt @@ -33,7 +33,7 @@ django-rest-auth==0.9.3 django-extensions==2.0.0 # Python-PostgreSQL Database Adapter -psycopg2-binary==2.7.4 +psycopg2-binary==2.9.10 # Unicode slugification unicode-slugify==0.1.3