From 81e30a2c2fa2a09d22f22e4575013f06d11d1ab3 Mon Sep 17 00:00:00 2001 From: jacky06 Date: Wed, 6 Mar 2019 22:18:02 +0800 Subject: Update hacking version Use latest release 1.1.0 and compatible changes w.r.t pep8 Change-Id: I360c621d313b76bf88e91ff8be9e759d8367c847 --- test-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test-requirements.txt b/test-requirements.txt index 76e4748..ca4c307 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -2,7 +2,7 @@ # of appearance. Changing the order has an impact on the overall integration # process, which may cause wedges in the gate later. -hacking!=0.13.0,<0.14,>=0.12.0 # Apache-2.0 +hacking>=1.1.0,<1.2.0 # Apache-2.0 coverage!=4.4,>=4.0 # Apache-2.0 extras>=1.0.0 # MIT -- cgit v1.2.1