Use a newer hacking (1.0.x)

Newer is better, and it doesn't seem to hurt :-)

Change-Id: I2bc261db013d6aa714fdea7d12b14052f9b0f6ce
This commit is contained in:
Dirk Mueller 2018-02-23 14:04:50 +01:00
parent e76cb28897
commit 530be8a934
1 changed files with 1 additions and 1 deletions

View File

@ -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!=0.13.0,<0.14,>=0.12.0 # Apache-2.0
hacking>=1.0.0,<1.1.0 # Apache-2.0
bandit>=1.1.0 # Apache-2.0
mock>=2.0.0 # BSD
coverage!=4.4,>=4.0 # Apache-2.0