From e7dc46e57d8ff57f90e2deda3cd10c8b7c987896 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 10 May 2026 15:20:42 +0000 Subject: [PATCH] Update hacking requirement from <3.2.0,>=3.1.0 to >=7.0.0,<7.1.0 Updates the requirements on [hacking](https://docs.openstack.org/hacking/latest/) to permit the latest version. --- updated-dependencies: - dependency-name: hacking dependency-version: 7.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- test-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test-requirements.txt b/test-requirements.txt index 7686e16..608efc0 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.2.0,>=3.1.0 +hacking>=7.0.0,<7.1.0 sphinx>2.1.0 # BSD coverage>=4.0 # Apache-2.0 ddt>=1.7.2 # MIT