Upgrade to latest hacking - v6

Updated dep to latest hacking - 6.0.0

Change-Id: Ic5f2a98d2368f6a4aa4393ebccaee8c805761ce8
This commit is contained in:
Jay Faulkner 2023-04-21 12:39:21 -07:00
parent 4684f915b5
commit 167098720e
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ commands = stestr run --slowest {posargs}
[testenv:pep8]
deps =
hacking>=4.1.0,<5.0.0 # Apache-2.0
hacking~=6.0.0 # Apache-2.0
flake8-import-order>=0.17.1 # LGPLv3
pycodestyle>=2.0.0,<3.0.0 # MIT
commands = flake8 {posargs}