Bump hacking

hacking 3.x is quite old. Bump it to the latest version.

Also remove the note about old pip's behavior because recent pip does
not require specific order.

Change-Id: Id34bbd36d3c233eb69c7df34fc1a5280b3c2a4d2
This commit is contained in:
Takashi Kajinami
2025-03-04 22:07:32 +09:00
parent eae764a8b0
commit 2f1f7debeb
2 changed files with 4 additions and 8 deletions

View File

@ -1,6 +1,6 @@
# 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.
# Requirements lower bounds listed here are our best effort to keep them up to
# 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.
pbr!=2.1.0,>=2.0.0 # Apache-2.0
iso8601>=0.1.11 # MIT

View File

@ -1,9 +1,5 @@
# 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 already pins down pep8, pyflakes and flake8
hacking>=3.0,<3.1.0 # Apache-2.0
hacking>=7.0.0,<7.1.0 # Apache-2.0
bashate>=0.5.1 # Apache-2.0
doc8>=0.6.0 # Apache-2.0