diff options
| author | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2017-03-21 17:23:17 +0100 |
|---|---|---|
| committer | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2017-03-21 17:40:04 +0100 |
| commit | b06855facdd0fd1eecae7bce75c815c8a6af19b6 (patch) | |
| tree | 99bb161d631084543d20cc1823a6450097bac04f /tests | |
| parent | a937785e2a6eb3d9b8804c3a02ba5d0126482f57 (diff) | |
[1.11.x] Fixed #27966 -- Bumped required psycopg2 version to 2.5.4.
Thanks Tim Graham for the review.
Backport of 43380e911073beab401a2fdeca0f25001e170dac from master
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/requirements/postgres.txt | 2 |
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 |
