(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
This commit is contained in:
Alex Hall 2021-10-19 21:42:16 +02:00
parent 1ed4ca61ea
commit 5b16dd2e86
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
astroid==1.6.6 astroid==1.6.6
asttokens==2.0.5 asttokens==2.0.5
backports.functools-lru-cache==1.6.4 backports.functools-lru-cache==1.6.4
chardet==2.3.0 chardet==4.0.0
enum34==1.1.10 enum34==1.1.10
html5lib==0.999999999 html5lib==0.999999999
iso8601==0.1.12 iso8601==0.1.12

View File

@ -1,7 +1,7 @@
astroid==2.5.7 # this is a difference between python 2 and 3, everything else is same astroid==2.5.7 # this is a difference between python 2 and 3, everything else is same
asttokens==2.0.5 asttokens==2.0.5
backports.functools-lru-cache==1.6.4 backports.functools-lru-cache==1.6.4
chardet==2.3.0 chardet==4.0.0
enum34==1.1.10 enum34==1.1.10
html5lib==0.999999999 html5lib==0.999999999
iso8601==0.1.12 iso8601==0.1.12