From 5b16dd2e86bd91ba727dd3a3b0e8d269e0050c7f Mon Sep 17 00:00:00 2001 From: Alex Hall Date: Tue, 19 Oct 2021 21:42:16 +0200 Subject: [PATCH] (core) Upgrade chardet Summary: Upgrade chardet version from 2.3.0 to 4.0.0 to improve encoding detection when importing files with non-ascii characters. Test Plan: the tests Reviewers: jarek Reviewed By: jarek Differential Revision: https://phab.getgrist.com/D3080 --- sandbox/requirements.txt | 2 +- sandbox/requirements3.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sandbox/requirements.txt b/sandbox/requirements.txt index 45329f1e..fc206ca0 100644 --- a/sandbox/requirements.txt +++ b/sandbox/requirements.txt @@ -1,7 +1,7 @@ astroid==1.6.6 asttokens==2.0.5 backports.functools-lru-cache==1.6.4 -chardet==2.3.0 +chardet==4.0.0 enum34==1.1.10 html5lib==0.999999999 iso8601==0.1.12 diff --git a/sandbox/requirements3.txt b/sandbox/requirements3.txt index 13f3ac41..0c2448c8 100644 --- a/sandbox/requirements3.txt +++ b/sandbox/requirements3.txt @@ -1,7 +1,7 @@ astroid==2.5.7 # this is a difference between python 2 and 3, everything else is same asttokens==2.0.5 backports.functools-lru-cache==1.6.4 -chardet==2.3.0 +chardet==4.0.0 enum34==1.1.10 html5lib==0.999999999 iso8601==0.1.12