Upgrade isort to 4.2.2.

This gets rid of a file encoding bug that occurs on Windows boxes where
the default implied encoding is cp1252, but the files themselves aren't.

The actual patch that seems to fix this is
1057d5e12e
but it seems like a good idea to upgrade to the latest and greatest.
This commit is contained in:
Aarni Koskela 2015-11-26 15:40:22 +02:00
parent 6dcb994c98
commit 45c66dae42
1 changed files with 1 additions and 1 deletions

View File

@ -3,4 +3,4 @@ flake8==2.4.0
pep8==1.5.7
# Sort and lint imports
isort==3.9.6
isort==4.2.2