From 7bc3407f308c0a9b74c00501e4f9fa92c930d72d Mon Sep 17 00:00:00 2001 From: Ildiko Vancsa Date: Wed, 16 Sep 2020 16:42:45 +0200 Subject: [PATCH] Bump hacking version Due to upstream CI/CD now using Ubuntu Focal(20.04) we need to bump the version of 'hacking' to 3.0.2 to be compatible. Change-Id: I6ec75d54f8bc0e6a1135f16322b574ca76bd78f8 Signed-off-by: Ildiko Vancsa --- test-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test-requirements.txt b/test-requirements.txt index 221759a..7a3de4d 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -1,3 +1,3 @@ -hacking!=0.13.0,<0.14,>=0.12.0 # Apache-2.0 +hacking>=3.2.0,<3.3.0 # Apache-2.0 PyYAML>=3.1.0 yamllint>=0.5.2