From 236c804c0b7c75b44cf1489068c852e50d4585e7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Feb 2026 11:08:13 +0000 Subject: [PATCH] Bump chardet from 5.2.0 to 6.0.0.post1 Bumps [chardet](https://github.com/chardet/chardet) from 5.2.0 to 6.0.0.post1. - [Release notes](https://github.com/chardet/chardet/releases) - [Commits](https://github.com/chardet/chardet/commits) --- updated-dependencies: - dependency-name: chardet dependency-version: 6.0.0.post1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 84bf536a..96128eb4 100644 --- a/requirements.txt +++ b/requirements.txt @@ -24,7 +24,7 @@ cffi==2.0.0 # pyOpenSSL pyOpenSSL==25.3.0 ndg-httpsclient==0.5.1 urllib3==2.6.0 # requests, sentry-sdk -chardet==5.2.0 # requests +chardet==6.0.0.post1 # requests idna==3.11 # requests certifi==2026.1.4 # requests, sentry-sdk requests==2.32.2