From 1e985395d8248fcc9886e3aaf1eb2ab024882202 Mon Sep 17 00:00:00 2001 From: Mpho raf Date: Tue, 1 Mar 2022 21:19:22 +0200 Subject: [PATCH] bump the psycop version --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index d4b992b..004811b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,7 +3,7 @@ asgiref==3.2.10; python_version >= '3.5' dj-database-url==0.5.0 django==3.1.1 gunicorn==20.0.4 -psycopg2-binary==2.8.6 +psycopg2-binary==2.9.1 pytz==2020.1 sqlparse==0.3.1; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3' unittest-xml-reporting==3.0.4