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
This commit is contained in:
Takashi Kajinami
2024-09-20 00:56:08 +09:00
parent 313ef8b110
commit dd63693ee0
2 changed files with 1 additions and 11 deletions

View File

@@ -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

View File

@@ -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