Fix hacking min version to 3.0.1

Change-Id: I3282e4962e92bdd5a401c5b1c61fced68e8d0c8a
This commit is contained in:
zhangboye 2020-05-22 10:20:30 +08:00
parent 9cc3f52ac3
commit 28d0f432ef

@ -3,7 +3,7 @@
# process, which may cause wedges in the gate later.
# Hacking already pins down pep8, pyflakes and flake8
hacking>=3.0,<3.1.0 # Apache-2.0
hacking>=3.0.1,<3.1.0 # Apache-2.0
fixtures>=3.0.0 # Apache-2.0/BSD
stestr>=2.0.0 # Apache-2.0