From d0d3e5ffe4a9fe7fb578207410579b5a2e7d3b5f Mon Sep 17 00:00:00 2001 From: Raphael Michel Date: Tue, 20 Sep 2022 10:48:10 +0200 Subject: [PATCH] Bump chardet to 5.0.* --- src/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/setup.py b/src/setup.py index 49ed0884d9..f2deb79970 100644 --- a/src/setup.py +++ b/src/setup.py @@ -163,7 +163,7 @@ setup( 'BeautifulSoup4==4.10.*', 'bleach==5.0.*', 'celery==4.4.*', - 'chardet==4.0.*', + 'chardet==5.0.*', 'cryptography>=3.4.2', 'css-inline==0.7.*', 'defusedcsv>=1.1.0',