From 4e5328b1b3e59ce1ca75ffb03a302798830caa77 Mon Sep 17 00:00:00 2001 From: Rabi Mishra Date: Tue, 19 May 2020 10:13:33 +0530 Subject: [PATCH] Bump hacking min version to 3.0.1 flake8 new version 3.8.0 added new pycodestyle with new rules. The new hacking version 3.0.1 caps flake8<3.8.0. Change-Id: I27e40bddf7173b39a0f30c0763b6bba31f0ae6b9 --- test-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test-requirements.txt b/test-requirements.txt index 4c821db04..74bc779b7 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -1,7 +1,7 @@ # The order of packages is significant, because pip processes them in the order # of appearance. Changing the order has an impact on the overall integration # process, which may cause wedges in the gate later. -hacking>=1.1.0,<1.2.0 # Apache-2.0 +hacking>=3.0.1,<3.1.0 # Apache-2.0 coverage!=4.4,>=4.0 # Apache-2.0 docutils>=0.11 # OSI-Approved Open Source, Public Domain