From 5435f0ebb3a48732398eab7377631a00729104bf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 19 Aug 2026 22:36:01 +0000 Subject: [PATCH] build(deps): bump charset-normalizer from 3.4.9 to 3.5.1 Bumps [charset-normalizer](https://github.com/jawah/charset_normalizer) from 3.4.9 to 3.5.1. - [Release notes](https://github.com/jawah/charset_normalizer/releases) - [Changelog](https://github.com/jawah/charset_normalizer/blob/master/CHANGELOG.md) - [Commits](https://github.com/jawah/charset_normalizer/compare/3.4.9...3.5.1) --- updated-dependencies: - dependency-name: charset-normalizer dependency-version: 3.5.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements-lock.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-lock.txt b/requirements-lock.txt index 3c630c2..51f1a31 100644 --- a/requirements-lock.txt +++ b/requirements-lock.txt @@ -1,7 +1,7 @@ # Pinned dependency lockfile generated from requirements.txt # (python3 -m venv + pip install -r requirements.txt + pip freeze) certifi==2026.7.22 -charset-normalizer==3.4.9 +charset-normalizer==3.5.1 idna==3.18 python-dotenv==1.2.2 requests==2.34.2