Bump hacking

hacking 3.0.x is too old.

Change-Id: I3c9bdadc258ca9aae71e81fceeba5f4b2e5d344e
This commit is contained in:
Takashi Kajinami 2024-02-19 02:48:53 +09:00
parent 1750cda55e
commit 05f1c42078
2 changed files with 1 additions and 5 deletions

View File

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

View File

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