From a1b81461c03c3419772d171f6c7dccda6691ec1e Mon Sep 17 00:00:00 2001 From: Takashi Kajinami Date: Sat, 16 Nov 2024 15:41:00 +0900 Subject: [PATCH] Bump hacking hacking 3.0.x is too old. Bump it to the version currently used in tempest repo. Depends-on: https://review.opendev.org/c/openstack/tempest/+/906634 Change-Id: I202b91f7aecded5c1a56ec906be16661161584a6 --- test-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test-requirements.txt b/test-requirements.txt index 5cd4546..45f8e9d 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -2,7 +2,7 @@ # of appearance. Changing the order has an impact on the overall integration # process, which may cause wedges in the gate later. -hacking>=3.0.1,<3.1 # Apache-2.0 +hacking>=6.1.0,<6.2.0 # Apache-2.0 coverage!=4.4,>=4.0 # Apache-2.0 python-subunit>=1.0.0 # Apache-2.0/BSD