From 57333e902a3747715b2f13ea63477cc4aedc2129 Mon Sep 17 00:00:00 2001 From: Ben Nemec Date: Fri, 22 Mar 2019 19:20:45 +0000 Subject: Bump psycopg lower-constraint to 2.7 Earlier versions don't work with postgresql 10, which is now showing up in distros. Change-Id: I56589eb4ac55bec426d16f355398720f2994edcb Closes-Bug: 1821400 --- test-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test-requirements.txt') diff --git a/test-requirements.txt b/test-requirements.txt index 98fdbe8..27a9e3f 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -15,4 +15,4 @@ os-testr>=1.0.0 # Apache-2.0 bandit>=1.1.0 # Apache-2.0 pifpaf>=0.10.0 # Apache-2.0 PyMySQL>=0.7.6 # MIT License -psycopg2>=2.6.2 # LGPL/ZPL +psycopg2>=2.7.0 # LGPL/ZPL -- cgit v1.2.1