From 0253ad57cc7de0af1ce4da3d0b8c460a527e03a2 Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Tue, 31 Oct 2017 15:43:19 +0100 Subject: [PATCH] Update hacking Update to current hacking version. Change-Id: Ia4b7918e74b8e2de851ca823fc75ee6335ef73e3 --- test-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test-requirements.txt b/test-requirements.txt index 01670589c7..6828d81cd2 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -4,7 +4,7 @@ pbr>=2.0 # Apache-2.0 # Hacking already pins down pep8, pyflakes and flake8 -hacking>=0.12.0,!=0.13.0,<0.14 # Apache-2.0 +hacking>=1.0.0,<1.1.0 # Apache-2.0 beautifulsoup4 # MIT Jinja2>=2.8 # BSD License (3 clause)