From bdc8a512f289c3ff7c77f0baa20ffe2f49ac9c44 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Mar 2026 09:37:41 +0000 Subject: [PATCH] :arrow_up: 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.0.0) --- updated-dependencies: - dependency-name: chardet dependency-version: 7.0.0 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 dc67dfa..44de550 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ 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