From 29850f480271813e7ba7f3d89d0483f220d1c209 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Nov 2023 21:08:29 -0700 Subject: [PATCH] chore(deps): bump charset-normalizer from 3.3.1 to 3.3.2 (#378) 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 e2b5919..2350d45 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,7 +4,7 @@ bcrypt==4.0.1; python_version >= "3.6" beanie==1.8.12; python_version >= "3.7" and python_version < "4.0" certifi==2023.7.22; python_full_version >= "3.6.1" cffi==1.16.0 -charset-normalizer==3.3.1; python_full_version >= "3.6.1" and python_version >= "3" +charset-normalizer==3.3.2; python_full_version >= "3.6.1" and python_version >= "3" click==8.0.3; python_version >= "3.7" and python_version < "4.0" and python_full_version >= "3.6.1" colorama==0.4.6 cryptography==41.0.5; python_version >= "3.6"