From dd5d45b05a921fced48d134d3e38cecda6650e96 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Jan 2026 21:54:34 +0000 Subject: [PATCH] Bump charset-normalizer from 3.0.1 to 3.4.4 Bumps [charset-normalizer](https://github.com/jawah/charset_normalizer) from 3.0.1 to 3.4.4. - [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.0.1...3.4.4) --- updated-dependencies: - dependency-name: charset-normalizer dependency-version: 3.4.4 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 5bff7d0..9d8c25a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,7 +3,7 @@ asttokens==2.2.1 ; python_version >= "3.10" and python_version < "4.0" backcall==0.2.0 ; python_version >= "3.10" and python_version < "4.0" certifi==2022.12.7 ; python_version >= "3.10" and python_version < "4" cffi==1.15.1 ; python_version >= "3.10" and python_version < "4.0" and implementation_name == "pypy" -charset-normalizer==3.0.1 ; python_version >= "3.10" and python_version < "4" +charset-normalizer==3.4.4 ; python_version >= "3.10" and python_version < "4" click==8.1.3 ; python_version >= "3.10" and python_version < "4.0" colorama==0.4.6 ; python_version >= "3.10" and python_version < "4.0" comm==0.1.2 ; python_version >= "3.10" and python_version < "4.0"