summaryrefslogtreecommitdiff
path: root/tests/requirements
diff options
context:
space:
mode:
authorMariusz Felisiak <felisiak.mariusz@gmail.com>2017-03-21 17:23:17 +0100
committerGitHub <noreply@github.com>2017-03-21 17:23:17 +0100
commit43380e911073beab401a2fdeca0f25001e170dac (patch)
tree4b5818ea6268392815640a04f71f6b3d2978b709 /tests/requirements
parent7063a85579f40585f2601ba6e6887b0982e7ce43 (diff)
downloaddjango-43380e911073beab401a2fdeca0f25001e170dac.tar.gz
Fixed #27966 -- Bumped required psycopg2 version to 2.5.4.
Thanks Tim Graham for the review.
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 4ff5f170a9..59041b90ef 100644
--- a/tests/requirements/postgres.txt
+++ b/tests/requirements/postgres.txt
@@ -1 +1 @@
-psycopg2>=2.5
+psycopg2>=2.5.4