Upgrade flake8-import-order version to 0.17.1

Full py3 compatible version.
Add all Python3 modules to stdlib list.
Also includes fix to an enum34 dependency bug.

Change-Id: Iff80cd27099a67048b9aab68f9d7ec9b4521a4d3
This commit is contained in:
Riccardo Pittau 2020-04-21 16:14:26 +02:00
parent 9aeaa29f5d
commit 5e2be52895
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@ coverage==4.0
doc8==0.6.0
enum34==1.0.4
fixtures==3.0.0
flake8-import-order==0.13
flake8-import-order==0.17.1
hacking==3.0.0
mock==2.0
openstacksdk==0.29.0

View File

@ -3,7 +3,7 @@
# process, which may cause wedges in the gate later.
coverage!=4.4,>=4.0 # Apache-2.0
doc8>=0.6.0 # Apache-2.0
flake8-import-order>=0.13 # LGPLv3
flake8-import-order>=0.17.1 # LGPLv3
hacking>=3.0.0,<3.1.0 # Apache-2.0
stestr>=1.0.0 # Apache-2.0
Pygments>=2.2.0 # BSD