Bump hacking min version to 3.0.1

hacking 3.0.1 fix the pinning of flake8 to avoid bringing in a new
version with new checks.

bumping the min version for hacking so that any older hacking versions
which auto adopt the new checks are not used.

Change-Id: I3f4fca9a0df2f45241288fd876064433f4e2f737
This commit is contained in:
wu.shiming 2020-09-22 15:45:46 +08:00
parent 54b6b72b67
commit b778ac01cf
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ bashate>=0.2 # Apache-2.0
coverage>=4.0 # Apache-2.0
doc8 # Apache-2.0
docker<3 # Apache-2.0
hacking>=3.0,<3.1.0 # Apache-2.0
hacking>=3.0.1,<3.1.0 # Apache-2.0
molecule<3 # MIT
oslotest>=1.10.0 # Apache-2.0
# paramiko 2.5.0 makes the kayobe-tox-molecule job fail.