Update hacking version

Change-Id: I718b74753f2c6ffeaac8751c884cee4e977a2780
This commit is contained in:
ZhijunWei 2018-12-28 23:04:30 +08:00
parent 59fa10ffef
commit 597eb9b1e4
2 changed files with 2 additions and 2 deletions

View File

@ -16,7 +16,7 @@ dulwich==0.15.0
extras==1.0.0
fixtures==3.0.0
flake8==2.5.5
hacking==0.12.0
hacking==1.1.0
idna==2.6
imagesize==0.7.1
iso8601==0.1.11

View File

@ -3,7 +3,7 @@
# process, which may cause wedges in the gate later.
# Hacking already pins down pep8, pyflakes and flake8
hacking!=0.13.0,<0.14,>=0.12.0 # Apache-2.0
hacking>=1.1.0,<1.2.0 # Apache-2.0
coverage!=4.4,>=4.0 # Apache-2.0
fixtures>=3.0.0 # Apache-2.0/BSD
mock>=2.0.0 # BSD