Update pep8 dep hacking to latest: v6

No code changes needed for compliance with new flake8.

Change-Id: I5382cfb90cef89eb17548f12cb32d07810806967
This commit is contained in:
Jay Faulkner 2023-04-21 12:56:38 -07:00
parent c416bf158e
commit a1eef458c7
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,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}