From 44d58681e324ddd5ba1f6cc740406dbd2ad03dd3 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Wed, 16 Oct 2024 13:59:29 +0100 Subject: [PATCH] Update psycopg2 from 2.8.5 to 2.9.10 --- src/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/requirements.txt b/src/requirements.txt index 585af4f3..703f648c 100644 --- a/src/requirements.txt +++ b/src/requirements.txt @@ -1,5 +1,5 @@ django==3.1 -psycopg2==2.8.5 +psycopg2==2.9.10 jinja2==2.11.1 django-reversion==3.0.7 pytz==2020.1