Bump hacking to 6.1.0

... which is the latest version available now.

Change-Id: I367ce5a5599959d3da433cb63412cb18ac68ffb2
This commit is contained in:
Takashi Kajinami 2024-01-29 18:24:25 +09:00
parent b319505e2f
commit bf66f254fa
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ commands = sphinx-build -a -E -W -d releasenotes/build/doctrees -b html releasen
[testenv:pep8]
deps =
hacking~=6.0.0 # Apache-2.0
hacking~=6.1.0 # Apache-2.0
doc8>=0.6.0 # Apache-2.0
flake8-import-order>=0.17.1 # LGPLv3
pycodestyle>=2.0.0,<3.0.0 # MIT