From 14424eafa641319fae31e69ac55f39ebd9a3aa69 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jun 2026 11:33:24 +0530 Subject: [PATCH] deps(deps): update chardet requirement from >=5.1.0 to >=7.4.3 (#707) 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.1.0...7.4.3) --- updated-dependencies: - dependency-name: chardet dependency-version: 7.4.3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index c061d302..2a521c9e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -61,7 +61,7 @@ dependencies = [ "ipywidgets>=8.0.0", "requests>=2.32.5", "GitPython>=3.1.50", - "chardet>=5.1.0", + "chardet>=7.4.3", "protobuf>=5.29.1,<7.0", "grpcio>=1.71.2", "beautifulsoup4>=4.15.0",