summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 139a5232..f53ce780 100644
--- a/tox.ini
+++ b/tox.ini
@@ -39,7 +39,7 @@ commands = stestr run {posargs}
[testenv:pep8]
deps =
- hacking>=4.1.0,<5.0.0 # Apache-2.0
+ hacking~=6.0.0 # Apache-2.0
bashate>=0.5.1 # Apache-2.0
flake8-import-order>=0.17.1 # LGPLv3
pycodestyle>=2.0.0,<3.0.0 # MIT