From 20255a6d3c55c94f18958b24f56e4c895ba88c04 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Fri, 7 Oct 2022 00:32:22 +0200 Subject: [PATCH] Update psycopg2-binary from 2.7.4 to 2.9.4 --- requirements/base.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/base.txt b/requirements/base.txt index f5d216ea..2ad88365 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.4 # Unicode slugification unicode-slugify==0.1.3