From dcaf175798acdbd702a96c4b2a7fd37d9494fb24 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Jul 2026 22:53:23 +0000 Subject: [PATCH] chore(deps): bump charset-normalizer from 3.4.8 to 3.4.9 Bumps [charset-normalizer](https://github.com/jawah/charset_normalizer) from 3.4.8 to 3.4.9. - [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.8...3.4.9) --- updated-dependencies: - dependency-name: charset-normalizer dependency-version: 3.4.9 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index bf65e7ad..0117bde5 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ aenum==3.1.17 ; python_version >= "3.10" and python_version < "4.0" arrow==1.4.0 ; python_version >= "3.10" and python_version < "4.0" certifi==2026.6.17 ; python_version >= "3.10" and python_version < "4.0" cffi==2.1.0 ; python_version >= "3.10" and python_version < "4.0" and platform_python_implementation != "PyPy" -charset-normalizer==3.4.8 ; python_version >= "3.10" and python_version < "4.0" +charset-normalizer==3.4.9 ; python_version >= "3.10" and python_version < "4.0" cryptography==49.0.0 ; python_version >= "3.10" and python_version < "4.0" idna==3.18 ; python_version >= "3.10" and python_version < "4.0" jmespath==1.1.0 ; python_version >= "3.10" and python_version < "4.0"