From dd63693ee0a3283e5547a2fea51db84fd56be27a Mon Sep 17 00:00:00 2001 From: Takashi Kajinami Date: Fri, 20 Sep 2024 00:56:08 +0900 Subject: [PATCH] Bump hacking to 7.0.x ... which is the current latest version. Also remove warning about package order because recent pip is capable to resolve dependencies regardless of the list order. Change-Id: I9a51cbe3320ea1a759e3d2ad8128d0d18ff065f2 --- requirements.txt | 4 ---- test-requirements.txt | 8 +------- 2 files changed, 1 insertion(+), 11 deletions(-) diff --git a/requirements.txt b/requirements.txt index 636b7f02..dd52840d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,10 +2,6 @@ # date but we do not test them so no guarantee of having them all correct. If # you find any incorrect lower bounds, let us know or propose a fix. -# 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>=5.5.1 # Apache-2.0 alembic>=1.4.3 # MIT keystonemiddleware>=9.1.0 # Apache-2.0 diff --git a/test-requirements.txt b/test-requirements.txt index 92dd3c09..c3f8dce2 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -1,10 +1,4 @@ -# 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 should be first -hacking>=6.1.0,<6.2.0 # Apache-2.0 - +hacking>=7.0.0,<7.1.0 # Apache-2.0 coverage>=5.3 # Apache-2.0 kombu>=5.0.2 # BSD ddt>=1.4.1 # MIT