From f486329957f03d0099f4e17bb8c9688295f83b98 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 May 2026 01:34:23 +0000 Subject: [PATCH] chore(deps-dev): update chardet requirement in the cookiecutter group Updates the requirements on [chardet](https://github.com/chardet/chardet) to permit the latest version. Updates `chardet` to 7.4.3 - [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/1.0...7.4.3) --- updated-dependencies: - dependency-name: chardet dependency-version: 7.4.3 dependency-type: direct:development dependency-group: cookiecutter ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e7543b202f..2cb5945b13 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -94,7 +94,7 @@ dev = [ "filelock==3.29.0", "black==26.3.1", "psutil==7.2.2", - "chardet<6", + "chardet<8", ] [project.urls]