Update hacking to global-requirements value

The existing version is failing open, which can cause errors to show up.
The new version doesn't fail this way.

Change-Id: I711b6aa286908040aa6ea5f93f76b8bc512d56ed
This commit is contained in:
Monty Taylor 2016-07-18 11:37:09 -05:00
parent 88d4fdb14a
commit bc90281f27
No known key found for this signature in database
GPG Key ID: 7BAE94BC7141A594

View File

@ -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.11,>=0.10.0
hacking>=0.11.0,<0.12 # Apache-2.0
flake8-docstrings==0.2.1.post1 # MIT
bandit>=1.0.1 # Apache-2.0