From 05f1c420781cbfddfc3a02536d341e522e3d8a9e Mon Sep 17 00:00:00 2001 From: Takashi Kajinami Date: Mon, 19 Feb 2024 02:48:53 +0900 Subject: [PATCH] Bump hacking hacking 3.0.x is too old. Change-Id: I3c9bdadc258ca9aae71e81fceeba5f4b2e5d344e --- requirements.txt | 4 ---- test-requirements.txt | 2 +- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/requirements.txt b/requirements.txt index ae2f7e8..c065d73 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,2 @@ -# 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. - pbr>=2.0 # Apache-2.0 python-pcre diff --git a/test-requirements.txt b/test-requirements.txt index e1c486c..60c3d9f 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -1,4 +1,4 @@ -hacking>=3.0.1,<3.1.0 # Apache-2.0 +hacking>=6.1.0,<6.2.0 # Apache-2.0 coverage>=4.0,!=4.4 # Apache-2.0 oslotest>=1.10.0 # Apache-2.0 testtools>=1.4.0 # MIT