Bump hacking to 6.1.0

... which is the latest version available now.

Change-Id: I777ae1dd4202ae43da35089a36fc760894acae6e
This commit is contained in:
Takashi Kajinami 2024-01-27 23:07:37 +09:00
parent d938b6d8e0
commit e76360a991

View File

@ -36,7 +36,7 @@ enable-extensions=H106,H203,H204,H205,H210,H904
[testenv:pep8]
deps =
flake8-import-order>=0.17.1 # LGPLv3
hacking~=6.0.0 # Apache-2.0
hacking~=6.1.0 # Apache-2.0
pycodestyle>=2.0.0,<3.0.0 # MIT
Pygments>=2.2.0 # BSD
doc8>=0.6.0 # Apache 2.0