Allow hacking 0.12.0 to be used

Hacking 0.12.0 was released earlier this week and projects are wanting to
start adopting it.

Change-Id: Ia3176706ccd99abc10f9228f735e5db5580b3a01
This commit is contained in:
Ken'ichi Ohmichi 2016-11-07 13:06:20 -08:00
parent b36ceb6a94
commit 2fbf1e7c08
2 changed files with 2 additions and 2 deletions

View File

@ -392,7 +392,7 @@ zake>=0.1.6 # Apache-2.0
# beyond this list would ever use a ==
flake8>=2.5.4,<2.6.0 # MIT
flake8_docstrings==0.2.1.post1 # MIT
hacking>=0.11.0,<0.12 # Apache-2.0
hacking>=0.11.0,<0.13 # Apache-2.0
mccabe==0.2.1 # MIT License
pep257==0.7.0 # MIT License
pep8==1.5.7 # MIT

View File

@ -3,7 +3,7 @@
# process, which may cause wedges in the gate later.
# NOTE: These are requirements for testing the requirements project only
# See global-requirements for the actual requirements list
hacking<0.12,>=0.10
hacking<0.13,>=0.10
testrepository>=0.0.18 # Apache-2.0/BSD
testscenarios>=0.4 # Apache-2.0/BSD
testtools>=1.4.0 # MIT