mirror of
				https://github.com/gristlabs/grist-core.git
				synced 2025-06-13 20:53:59 +00:00 
			
		
		
		
	(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:
		
							parent
							
								
									1ed4ca61ea
								
							
						
					
					
						commit
						5b16dd2e86
					
				@ -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
 | 
			
		||||
 | 
			
		||||
@ -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
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user