From 4cbecd3b9b4e61eb5250f3efb4fddd70e4b56698 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Nov 2023 09:44:59 +0100 Subject: [PATCH] Bump charset-normalizer from 3.3.1 to 3.3.2 (#54) 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:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index ce464f0..d1ae940 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ async-timeout==4.0.3; python_full_version <= '3.11.2' bottle==0.12.24 certifi==2023.11.17; 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' idna==3.6; python_version >= '3.5' jinja2==3.1.2; python_version >= '3.7' markupsafe==2.1.3; python_version >= '3.7'