From bcaba3a830c6c0f3e0f38273b1fcf53b9cc154cc Mon Sep 17 00:00:00 2001 From: asarfaty Date: Tue, 6 Oct 2020 14:29:24 +0200 Subject: [PATCH] pin isort to 4.3.21 isort 4.3.21 is the last isort release that supports python2 Change-Id: I029d0ade2ed4fa660a061f5c707ecbf3ebfd443d --- lower-constraints.txt | 1 + test-requirements.txt | 1 + 2 files changed, 2 insertions(+) diff --git a/lower-constraints.txt b/lower-constraints.txt index 688b750940..476b67bb3f 100644 --- a/lower-constraints.txt +++ b/lower-constraints.txt @@ -8,6 +8,7 @@ flake8-import-order==0.12 flake8==2.6.2 hacking==1.1.0 httplib2==0.9.1 +isort==4.3.21 kombu==4.0.0 mock==2.0.0 netaddr==0.7.18 diff --git a/test-requirements.txt b/test-requirements.txt index aa45eff896..6eb2e3c382 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -14,3 +14,4 @@ oslotest>=3.2.0 # Apache-2.0 stestr>=1.0.0 # Apache-2.0 testtools>=2.2.0 # MIT pylint==1.7.6 # GPLv2 +isort==4.3.21 # MIT