From 29c22cbe3a335a66b17675afcce6b0402cc68598 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 31 May 2026 09:13:16 +0000 Subject: [PATCH] build(deps): Update chardet requirement from >=5.0 to >=7.4.3 Updates the requirements on [chardet](https://github.com/chardet/chardet) to permit the latest version. - [Release notes](https://github.com/chardet/chardet/releases) - [Changelog](https://github.com/chardet/chardet/blob/main/docs/changelog.rst) - [Commits](https://github.com/chardet/chardet/compare/5.0.0...7.4.3) --- updated-dependencies: - dependency-name: chardet dependency-version: 7.4.3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 88884e1..1e32703 100644 --- a/requirements.txt +++ b/requirements.txt @@ -14,7 +14,7 @@ numpy>=1.24 scipy>=1.10 matplotlib>=3.7 seaborn>=0.12 -chardet>=5.0 # magic-data-loading (encoding detection) +chardet>=7.4.3 # magic-data-loading (encoding detection) openpyxl>=3.1 # magic-data-loading (Excel file support) pyarrow>=14.0 # magic-data-loading (Parquet file support) pyyaml>=6.0 # config parsing