From b062122c2b3ad1ef8e6ee2ed91bda489786f88ae Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jul 2026 16:33:05 +0000 Subject: [PATCH] Bump chardet from 5.2.0 to 7.4.3 Bumps [chardet](https://github.com/chardet/chardet) from 5.2.0 to 7.4.3. - [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.2.0...7.4.3) --- updated-dependencies: - dependency-name: chardet dependency-version: 7.4.3 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 158070f..38c6133 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ requires-python = ">=3.10" dependencies = [ "beautifulsoup4==4.14.2", "certifi==2025.10.5", - "chardet==5.2.0", + "chardet==7.4.3", "click==8.1.8", "Flask==3.1.3", "gunicorn==23.0.0", diff --git a/requirements.txt b/requirements.txt index 46d3700..b2e7437 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ beautifulsoup4==4.14.2 certifi==2025.10.5 -chardet==5.2.0 +chardet==7.4.3 click==8.1.8 Flask==3.1.3 gunicorn==23.0.0