Bump hacking to 3.0.0

Change-Id: I84304c494fdb9d8e9548a9f3a9af0de7558081cf
This commit is contained in:
Riccardo Pittau 2020-03-30 16:52:41 +02:00
parent 777ca793c0
commit b6d551ca74
2 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@ doc8==0.6.0
enum34==1.0.4
fixtures==3.0.0
flake8-import-order==0.13
hacking==1.0.0
hacking==3.0.0
mock==2.0
openstacksdk==0.29.0
pbr==2.0.0

View File

@ -5,7 +5,7 @@ coverage!=4.4,>=4.0 # Apache-2.0
doc8>=0.6.0 # Apache-2.0
flake8-import-order>=0.13 # LGPLv3
fixtures>=3.0.0 # Apache-2.0/BSD
hacking>=1.0.0 # Apache-2.0
hacking>=3.0.0,<3.1.0 # Apache-2.0
mock>=2.0 # BSD
stestr>=1.0.0 # Apache-2.0
testtools>=2.2.0 # MIT