summaryrefslogtreecommitdiff
path: root/tests/requirements
diff options
context:
space:
mode:
authorMariusz Felisiak <felisiak.mariusz@gmail.com>2021-12-22 20:32:55 +0100
committerGitHub <noreply@github.com>2021-12-22 20:32:55 +0100
commitca04659b4b3f042c1bc7e557c25ed91e3c56c745 (patch)
tree053ba7592f3055adc4544f56888189ccd37b7e72 /tests/requirements
parentc4328c2f4e958c13dbe1ff47368f06982dfa59b2 (diff)
downloaddjango-ca04659b4b3f042c1bc7e557c25ed91e3c56c745.tar.gz
Refs #32355 -- Bumped required psycopg2 version to 2.8.4.
psycopg2 2.8.4 is the first release to support Python 3.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 59041b90ef..f0288c8b74 100644
--- a/tests/requirements/postgres.txt
+++ b/tests/requirements/postgres.txt
@@ -1 +1 @@
-psycopg2>=2.5.4
+psycopg2>=2.8.4