From 45c66dae42e440f39b3dee01254415eca9718a64 Mon Sep 17 00:00:00 2001 From: Aarni Koskela Date: Thu, 26 Nov 2015 15:40:22 +0200 Subject: [PATCH] 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 https://github.com/timothycrosley/isort/commit/1057d5e12edbb3030045b7a7a8c82f0848635fef but it seems like a good idea to upgrade to the latest and greatest. --- requirements/requirements-codestyle.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/requirements-codestyle.txt b/requirements/requirements-codestyle.txt index 1412a4d8..2284a4ca 100644 --- a/requirements/requirements-codestyle.txt +++ b/requirements/requirements-codestyle.txt @@ -3,4 +3,4 @@ flake8==2.4.0 pep8==1.5.7 # Sort and lint imports -isort==3.9.6 +isort==4.2.2