From 71bd15c83c3436a9226036fb99d122e2d54279a5 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Tue, 17 Jul 2018 10:52:22 +0200 Subject: [PATCH] Bump to hacking 1.1.x This doesn't seem to cause any new linting failures, and newer is obviously better. Change-Id: I020192cd92a3d19178d742555b2b9fe47ec2c2a0 --- test-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test-requirements.txt b/test-requirements.txt index 90c65df..ed55b1b 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -3,7 +3,7 @@ # process, which may cause wedges in the gate later. # of appearance. -hacking!=0.13.0,<0.14,>=0.12.0 # Apache-2.0 +hacking>=1.1.0,<1.2.0 # Apache-2.0 flake8-docstrings==0.2.1.post1 # MIT coverage!=4.4,>=4.0 # Apache-2.0