From f4b12294f73e750a589cebbed4a3189883fe9af3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 Mar 2026 06:25:24 +0000 Subject: [PATCH] Bump chardet from 7.0.1 to 7.3.0 Bumps [chardet](https://github.com/chardet/chardet) from 7.0.1 to 7.3.0. - [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/7.0.1...7.3.0) --- updated-dependencies: - dependency-name: chardet dependency-version: 7.3.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 70343ba..e8dcb51 100644 --- a/requirements.txt +++ b/requirements.txt @@ -19,7 +19,7 @@ botocore==1.42.61 ; python_version >= "3.11" and python_version < "3.14" cachetools==5.5.2 ; python_version >= "3.11" and python_version < "3.14" certifi==2026.2.25 ; python_version >= "3.11" and python_version < "3.14" cffi==2.0.0 ; python_version >= "3.11" and python_version < "3.14" -chardet==7.0.1 ; python_version >= "3.11" and python_version < "3.14" +chardet==7.3.0 ; python_version >= "3.11" and python_version < "3.14" charset-normalizer==3.4.5 ; python_version >= "3.11" and python_version < "3.14" click-default-group==1.2.4 ; python_version >= "3.11" and python_version < "3.14" click==8.3.1 ; python_version >= "3.11" and python_version < "3.14"