From e5e2687ed6d15a3a3f0779a84ea404864bd9db5f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Oct 2023 09:00:04 +0000 Subject: [PATCH] Bump charset-normalizer from 3.2.0 to 3.3.0 in /it/python Bumps [charset-normalizer](https://github.com/Ousret/charset_normalizer) from 3.2.0 to 3.3.0. - [Release notes](https://github.com/Ousret/charset_normalizer/releases) - [Changelog](https://github.com/Ousret/charset_normalizer/blob/master/CHANGELOG.md) - [Commits](https://github.com/Ousret/charset_normalizer/compare/3.2.0...3.3.0) --- updated-dependencies: - dependency-name: charset-normalizer dependency-type: direct:development update-type: version-update:semver-minor ... 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 0a1f5b4e5d..2e7403a021 100644 --- a/it/python/requirements-dev.txt +++ b/it/python/requirements-dev.txt @@ -4,7 +4,7 @@ astroid==2.15.8 ; python_full_version >= '3.7.2' certifi==2023.7.22 ; python_version >= '3.6' -charset-normalizer==3.2.0 ; python_full_version >= '3.7.0' +charset-normalizer==3.3.0 ; python_full_version >= '3.7.0' colorama==0.4.6 ; sys_platform == 'win32'