From b8b28551a29ac15abf15afb29eb6c9e1b36c5a0f Mon Sep 17 00:00:00 2001 From: Jay Faulkner Date: Fri, 21 Apr 2023 12:42:44 -0700 Subject: [PATCH] Update to hacking v6 Hacking now using version 6.0.0. No code changes needed to comply with new flake8 directives. Change-Id: Ie04cfb0e946616e28fb5d52ef392bfb3f5428ad6 --- test-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test-requirements.txt b/test-requirements.txt index c2df18d7e..46455ee36 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -3,7 +3,7 @@ docutils>=0.11,!=0.13.1 # OSI-Approved Open Source, Public Domain PyYAML>=3.1.0 yamllint>=0.5.2 requests-cache -hacking>=3.0.1,<3.1.0 # Apache-2.0 +hacking~=6.0.0 # Apache-2.0 whereto>=0.3.0 # Apache-2.0 fixtures>=3.0.0 # Apache-2.0/BSD