From 37a731261a8b2b1df235433ce72ce194fa4b4dcb Mon Sep 17 00:00:00 2001 From: Ayumu Ueha Date: Mon, 16 Dec 2024 10:05:41 +0000 Subject: [PATCH] Bump hacking to 7.0.0 This patch bumps the hacking version to 7.0.0 and fixes the pep8 error: - AttributeError: 'EntryPoints' object has no attribute 'get' Closes-Bug: #2088356 Change-Id: Iabd65e59205be3022154349d7493cec87a264244 --- test-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test-requirements.txt b/test-requirements.txt index a53b2225..89f32abd 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -1,4 +1,4 @@ -hacking>=4.0.0,<4.1.0 # Apache-2.0 +hacking>=7.0.0,<7.1.0 # Apache-2.0 coverage!=4.4,>=4.0 # Apache-2.0 fixtures>=3.0.0 # Apache-2.0/BSD oslotest>=3.2.0 # Apache-2.0