Fix hacking min version to 3.0.1

Change-Id: Id0b0468d8d93cbd8a2ecf1d1e6a17733c79b69ff
This commit is contained in:
zhangboye
2020-05-22 10:11:41 +08:00
parent 513aed2442
commit da5fe69ec0

View File

@@ -3,7 +3,7 @@
# process, which may cause wedges in the gate later.
# Keep hacking first, it pulls in the right versions of flake8, mccabe and pyflakes
hacking>=3.0,<3.1.0 # Apache-2.0
hacking>=3.0.1,<3.1.0 # Apache-2.0
bashate>=0.5.1 # Apache-2.0
coverage!=4.4,>=4.0 # Apache-2.0
mock>=2.0.0 # BSD