Bump hacking to 0.11.0 in test-requirements

Hacking's latest release is 0.11.0. Most other ironic projects are using
this release.

These updates are done project-by-project to avoid introducing
unexpected new hacking rules to projects. This version bump already
applies cleanly to ironic-inspector with no code style changes.

Change-Id: Iebb95fdb9147f1c52d795ce7978095f9873f931d
This commit is contained in:
Jay Faulkner 2016-10-19 03:39:23 -07:00
parent 0334c7e390
commit 75ab592cd1
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
# process, which may cause wedges in the gate later.
coverage>=3.6 # Apache-2.0
doc8 # Apache-2.0
hacking<0.11,>=0.10.0
hacking<0.12,>=0.11.0 # Apache-2.0
mock>=2.0 # BSD
sphinx!=1.3b1,<1.4,>=1.2.1 # BSD
oslosphinx>=4.7.0 # Apache-2.0