Merge "Bump hacking"

This commit is contained in:
Zuul 2024-02-21 07:18:33 +00:00 committed by Gerrit Code Review
commit 3c705fa886
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

@ -39,7 +39,7 @@ commands =
stestr --test-path {env:OS_TEST_PATH} run --slowest {posargs}
[testenv:pep8]
deps = hacking<3.1.0,>=3.0
deps = hacking>=6.1.0,<6.2.0
commands = flake8
[testenv:venv]