From bd3b9eee10570fb92f137f0f5a28f55214b68e8c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 Mar 2026 02:44:13 +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.1) --- updated-dependencies: - dependency-name: chardet dependency-version: 7.0.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 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