Update version of hacking

Now with a safe version of flake8!

Change-Id: Ic2c8e787a2857ab80d35a7bc81b8272701f99d36
This commit is contained in:
Riccardo Pittau 2020-07-27 15:15:56 +02:00
parent dc395c5837
commit bc57788756
2 changed files with 2 additions and 2 deletions

View File

@ -20,7 +20,7 @@ future==0.16.0
gitdb==4.0.4
GitPython==3.1.1
greenlet==0.4.13
hacking==3.0.1
hacking==3.1.0
ifaddr==0.1.6
imagesize==1.0.0
ironic-lib==4.1.0

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>=3.0.1,<3.1.0 # Apache-2.0
hacking>=3.1.0,<3.2.0 # Apache-2.0
coverage!=4.4,>=4.0 # Apache-2.0
testtools>=2.2.0 # MIT
oslotest>=3.2.0 # Apache-2.0