From ef7dac7a7bf16bf4315794df4532f1edf39403aa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Aug 2026 09:36:18 +0000 Subject: [PATCH] build(deps): update chardet requirement 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.5.1) --- updated-dependencies: - dependency-name: chardet dependency-version: 7.5.1 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 16036db..a97e2bd 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ arrow>=1.3.0,<2.0.0 rich>=13.9.4,<15.0.0 -chardet>=5.0.0,<6.0.0 +chardet>=5.0.0,<8.0.0 cookiecutter>=2.6.0,<3.0.0 pre-commit>=4.0.1,<5.0.0 pytest>=8.0.2,<10.0.0