Update dependencies for pep8: to hacking v6

Updates hacking to latest, 6.0.0. Updates other deps to permit
coinstallability. No code changes needed.

Change-Id: Ib0b277e3c6b318cc0a24b5532dedd925fbe1ffc6
This commit is contained in:
Jay Faulkner 2023-04-21 12:51:56 -07:00
parent 19b80e0c6e
commit c2f15737a0
1 changed files with 2 additions and 2 deletions

View File

@ -26,10 +26,10 @@ commands = sphinx-build -a -E -W -d releasenotes/build/doctrees -b html releasen
[testenv:pep8]
deps =
hacking>=3.1.0,<4.0.0 # Apache-2.0
hacking~=6.0.0 # Apache-2.0
doc8>=0.6.0 # Apache-2.0
flake8-import-order>=0.17.1 # LGPLv3
pycodestyle>=2.0.0,<2.7.0 # MIT
pycodestyle>=2.0.0,<3.0.0 # MIT
Pygments>=2.2.0 # BSD
commands =
flake8 {posargs}