From b6d551ca741738ab6a9bff44135994e054efe36a Mon Sep 17 00:00:00 2001 From: Riccardo Pittau Date: Mon, 30 Mar 2020 16:52:41 +0200 Subject: [PATCH] Bump hacking to 3.0.0 Change-Id: I84304c494fdb9d8e9548a9f3a9af0de7558081cf --- lower-constraints.txt | 2 +- test-requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lower-constraints.txt b/lower-constraints.txt index e10dfa1..3c9a0b5 100644 --- a/lower-constraints.txt +++ b/lower-constraints.txt @@ -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 diff --git a/test-requirements.txt b/test-requirements.txt index fffd808..bc9b6fb 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -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