Update pep8 dep hacking to latest

Hacking now at 6.0.0.

No code changes needed for compatability.

Change-Id: I95be33c5cdd9993dbfc51214388f979a69e2bad2
This commit is contained in:
Jay Faulkner 2023-04-21 13:02:04 -07:00
parent 7ce1923a99
commit 619f8d3a7c
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ passenv =
[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
doc8>=0.8.1 # Apache-2.0