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: I6163317368ed9281ad600f47aaa64cbcf44d9a13
This commit is contained in:
Riccardo Pittau 2020-04-21 15:06:33 +02:00
parent 7a402c5858
commit 805e004e9c
2 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@ ddt==1.0.1
doc8==0.6.0
eventlet==0.18.2
fixtures==3.0.0
flake8-import-order==0.13
flake8-import-order==0.17.1
futurist==1.2.0
hacking==3.0.0
ironic-lib==2.17.1

View File

@ -19,6 +19,6 @@ testresources>=2.0.0 # Apache-2.0/BSD
testscenarios>=0.4 # Apache-2.0/BSD
WebTest>=2.0.27 # MIT
bashate>=0.5.1 # Apache-2.0
flake8-import-order>=0.13 # LGPLv3
flake8-import-order>=0.17.1 # LGPLv3
Pygments>=2.2.0 # BSD
bandit!=1.6.0,>=1.1.0,<2.0.0 # Apache-2.0