Bump hacking to 6.1.0

... which is the latest version available now.

Change-Id: I0829b8aa90d66037c9fa7d803203b835f8735414
This commit is contained in:
Takashi Kajinami 2024-01-29 18:28:06 +09:00
parent bdbbc53885
commit beabe8591c
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ deps =
[testenv:pep8]
deps =
hacking~=6.0.0 # Apache-2.0
hacking~=6.1.0 # Apache-2.0
flake8-import-order>=0.17.1 # LGPLv3
doc8>=0.6.0 # Apache-2.0
pycodestyle>=2.0.0,<3.0.0 # MIT