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: I62321c13697db75c6cfc2176a9a89b6cb50413d6
This commit is contained in:
Riccardo Pittau
2020-04-21 16:46:30 +02:00
parent 16fc06ada1
commit 9511a048c9
2 changed files with 2 additions and 2 deletions

View File

@@ -15,7 +15,7 @@ eventlet==0.20.0
extras==1.0.0
fasteners==0.14.1
fixtures==3.0.0
flake8-import-order==0.13
flake8-import-order==0.17.1
flake8==2.5.5
future==0.16.0
greenlet==0.4.13

View File

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