From 4e3db02a32f825f68f513e22d3b3281e3d8d5e39 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Mar 2023 14:00:04 +0200 Subject: [PATCH] Bump charset-normalizer from 3.0.1 to 3.1.0 (#28) Bumps [charset-normalizer](https://github.com/Ousret/charset_normalizer) from 3.0.1 to 3.1.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.0.1...3.1.0) --- 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 a2059be..b173954 100644 --- a/requirements.txt +++ b/requirements.txt @@ -9,7 +9,7 @@ async-timeout==4.0.2; python_version >= '3.6' bottle==0.12.25 certifi==2022.12.7; python_version >= '3.6' -charset-normalizer==3.0.1; python_full_version >= '3.6.0' +charset-normalizer==3.1.0; python_full_version >= '3.6.0' idna==3.4; python_version >= '3.5' jinja2==3.1.2 markupsafe==2.1.2; python_version >= '3.7'