From ee758c01ed0d4daf6abae0447618e80fcaa7079a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 Dec 2024 09:00:15 +0000 Subject: [PATCH] chore(deps-dev): bump charset-normalizer in /it/python Bumps [charset-normalizer](https://github.com/jawah/charset_normalizer) from 3.4.0 to 3.4.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.0...3.4.1) --- updated-dependencies: - dependency-name: charset-normalizer dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- it/python/requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/it/python/requirements-dev.txt b/it/python/requirements-dev.txt index a8e4fba074..ab9d2755ad 100644 --- a/it/python/requirements-dev.txt +++ b/it/python/requirements-dev.txt @@ -4,7 +4,7 @@ astroid==3.3.8 ; python_full_version >= '3.7.2' certifi==2024.12.14 ; python_version >= '3.6' -charset-normalizer==3.4.0 ; python_full_version >= '3.7.0' +charset-normalizer==3.4.1 ; python_full_version >= '3.7.0' colorama==0.4.6 ; sys_platform == 'win32'