Merge "Set safe version of hacking"

This commit is contained in:
Zuul 2020-10-19 14:39:53 +00:00 committed by Gerrit Code Review
commit 05163a3788
1 changed files with 2 additions and 1 deletions

View File

@ -2,7 +2,7 @@
# of appearance. Changing the order has an impact on the overall integration
# process, which may cause wedges in the gate later.
hacking>=3.0.0,<3.1.0 # Apache-2.0
hacking>=3.1.0,<4.0.0 # Apache-2.0
coverage!=4.4,>=4.0 # Apache-2.0
doc8>=0.6.0 # Apache-2.0
@ -13,4 +13,5 @@ testtools>=2.2.0 # MIT
os-testr>=1.0.0 # Apache-2.0
reno>=2.5.0 # Apache-2.0
flake8-import-order>=0.17.1 # LGPLv3
pycodestyle>=2.0.0,<2.7.0 # MIT