From 9afa274df164399f1a01e526213d1d2017ddb82f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 31 Oct 2023 14:03:28 +0100 Subject: [PATCH] Bump charset-normalizer from 3.1.0 to 3.3.1 (#47) Bumps [charset-normalizer](https://github.com/Ousret/charset_normalizer) from 3.1.0 to 3.3.1. - [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.1.0...3.3.1) --- updated-dependencies: - dependency-name: charset-normalizer dependency-type: direct:production update-type: version-update:semver-minor ... 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 e1e9a21..093e0d9 100644 --- a/requirements.txt +++ b/requirements.txt @@ -9,7 +9,7 @@ async-timeout==4.0.3; python_version >= '3.6' bottle==0.12.24 certifi==2023.7.22; python_version >= '3.6' -charset-normalizer==3.1.0; python_version >= '3.7' +charset-normalizer==3.3.1; python_version >= '3.7' idna==3.4; python_version >= '3.5' jinja2==3.1.2 markupsafe==2.1.3; python_version >= '3.7'