Merge "Set safe version of hacking"

This commit is contained in:
Zuul 2020-11-01 11:23:48 +00:00 committed by Gerrit Code Review
commit 16f1d3471c
1 changed files with 2 additions and 1 deletions

View File

@ -8,8 +8,9 @@ oslotest>=3.2.0 # Apache-2.0
stestr>=2.0.0 # Apache-2.0
# linters
hacking>=3.1.0,<3.2.0 # Apache-2.0
hacking>=3.1.0,<4.0.0 # Apache-2.0
flake8-import-order>=0.17.1 # LGPLv3
pycodestyle>=2.0.0,<2.7.0 # MIT
# docs
sphinx>=2.0.0,!=2.1.0 # BSD