From 3dfd9edbb4dd0e28bf69ee9b7677e94c1a76eaae Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Mon, 30 Mar 2020 21:40:51 +0200 Subject: [PATCH] Update hacking for Python3 The repo is Python 3 now, so update hacking to version 3.0 which supports Python 3. Change-Id: Idabf1e8f412c0c3e832ff563e66adc521986b8ae --- test-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test-requirements.txt b/test-requirements.txt index 8b3f5234f6..fca0ae0ac3 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -4,7 +4,7 @@ pbr>=2.0 # Apache-2.0 # Hacking already pins down pep8, pyflakes and flake8 -hacking>=2.0.0,<2.1.0 # Apache-2.0 +hacking>=3.0,<3.1.0 # Apache-2.0 beautifulsoup4 # MIT Jinja2>=2.8 # BSD License (3 clause)