summaryrefslogtreecommitdiff
path: root/tests/requirements
diff options
context:
space:
mode:
authorMariusz Felisiak <felisiak.mariusz@gmail.com>2023-01-17 05:21:53 +0100
committerMariusz Felisiak <felisiak.mariusz@gmail.com>2023-01-17 08:24:08 +0100
commitc8a76059ff6ff37fb51972fe2ba8b9d9464af769 (patch)
treee0de6f4defceb4f6082d747d6ea5623708aebb36 /tests/requirements
parent0fbdb9784da915fce5dcc1fe82bac9b4785749e5 (diff)
downloaddjango-c8a76059ff6ff37fb51972fe2ba8b9d9464af769.tar.gz
Refs #34255 -- Bumped required psycopg version to 3.1.8.
Diffstat (limited to 'tests/requirements')
-rw-r--r--tests/requirements/postgres.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/requirements/postgres.txt b/tests/requirements/postgres.txt
index 726a08b3e4..da00729319 100644
--- a/tests/requirements/postgres.txt
+++ b/tests/requirements/postgres.txt
@@ -1 +1 @@
-psycopg[binary]>=3.1
+psycopg[binary]>=3.1.8