From d1c99876b007e4a1144b8434624ff5f6a2e1ebe1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 8 May 2026 12:39:09 +0000 Subject: [PATCH] chore(deps): bump charset-normalizer in /tests/docker Bumps [charset-normalizer](https://github.com/jawah/charset_normalizer) from 2.0.12 to 3.4.7. - [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/2.0.12...3.4.7) --- updated-dependencies: - dependency-name: charset-normalizer dependency-version: 3.4.7 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- tests/docker/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/docker/requirements.txt b/tests/docker/requirements.txt index bcd3a747..a8b86eb1 100644 --- a/tests/docker/requirements.txt +++ b/tests/docker/requirements.txt @@ -1,7 +1,7 @@ aniso8601==10.0.1 cachetools==4.2.4 certifi==2026.4.22 -charset-normalizer==2.0.12 +charset-normalizer==3.4.7 click==8.1.2 Flask==2.2.5 Flask-RESTful==0.3.10