From 60773692bf79f720dcc9e6c69874e2a57d59ae96 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 24 Mar 2023 03:14:31 +0000 Subject: [PATCH] Update dependency psycopg2-binary to v2.9.5 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index a209b58..d5bbba0 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ Django==3.1.14 gunicorn==20.1.0 # Storage and caching -psycopg2-binary==2.9.3 +psycopg2-binary==2.9.5 django-redis==4.12.1 # Authentication