Bump hacking min version to 3.0.1

flake8 new version 3.8.0 added new pycodestyle with new rules.
The new hacking version 3.0.1 caps flake8<3.8.0.

Change-Id: I27e40bddf7173b39a0f30c0763b6bba31f0ae6b9
This commit is contained in:
Rabi Mishra 2020-05-19 10:13:33 +05:30
parent fa6a29379c
commit 4e5328b1b3
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
# The order of packages is significant, because pip processes them in the order
# of appearance. Changing the order has an impact on the overall integration
# process, which may cause wedges in the gate later.
hacking>=1.1.0,<1.2.0 # Apache-2.0
hacking>=3.0.1,<3.1.0 # Apache-2.0
coverage!=4.4,>=4.0 # Apache-2.0
docutils>=0.11 # OSI-Approved Open Source, Public Domain