From 886fef1bc54f9563504e50fe29ca326c7fc4f9df Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Nov 2023 10:27:10 +0000 Subject: [PATCH] Bump charset-normalizer from 3.3.1 to 3.3.2 Bumps [charset-normalizer](https://github.com/Ousret/charset_normalizer) from 3.3.1 to 3.3.2. - [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.3.1...3.3.2) --- updated-dependencies: - dependency-name: charset-normalizer dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index cdf79d4..29b7c2f 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -6,7 +6,7 @@ asyncmock==0.4.2 certifi==2023.7.22 ; python_version >= '3.6' -charset-normalizer==3.3.1 ; python_full_version >= '3.7.0' +charset-normalizer==3.3.2 ; python_full_version >= '3.7.0' colorama==0.4.6 ; sys_platform == 'win32'