Bump hacking

hacking 3.0.x is too old.

Change-Id: I274b6ef21061336a11070ccf5edfe11c990cbc28
This commit is contained in:
Takashi Kajinami 2024-01-27 22:24:11 +09:00
parent 1822ce0b3d
commit f5cef98b0a
2 changed files with 2 additions and 2 deletions

View File

@ -142,7 +142,7 @@ _code_map = dict(
def from_response(response, url, method=None):
"""Return an instance of one of the ClientException on an requests response.
"""Return an instance of ClientException on an requests response.
Usage::

View File

@ -30,7 +30,7 @@ deps =
commands = pifpaf run aodh -- stestr run --slowest {posargs}
[testenv:pep8]
deps = hacking<3.1.0,>=3.0
deps = hacking>=6.1.0,<6.2.0
commands = flake8
[testenv:venv]