From b06855facdd0fd1eecae7bce75c815c8a6af19b6 Mon Sep 17 00:00:00 2001 From: Mariusz Felisiak Date: Tue, 21 Mar 2017 17:23:17 +0100 Subject: [1.11.x] Fixed #27966 -- Bumped required psycopg2 version to 2.5.4. Thanks Tim Graham for the review. Backport of 43380e911073beab401a2fdeca0f25001e170dac from master --- tests/requirements/postgres.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') 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 -- cgit v1.3