From 261b93b543e5a1295dbab6bfa5c3f4a877032b24 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Oct 2023 14:46:58 +0000 Subject: [PATCH] Bump charset-normalizer from 2.0.12 to 3.3.0 Bumps [charset-normalizer](https://github.com/Ousret/charset_normalizer) from 2.0.12 to 3.3.0. - [Release notes](https://github.com/Ousret/charset_normalizer/releases) - [Changelog](https://github.com/Ousret/charset_normalizer/blob/master/CHANGELOG.md) - [Upgrade guide](https://github.com/Ousret/charset_normalizer/blob/master/UPGRADE.md) - [Commits](https://github.com/Ousret/charset_normalizer/compare/2.0.12...3.3.0) --- updated-dependencies: - dependency-name: charset-normalizer dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 5ee35f7..729f7a3 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ certifi==2023.7.22 -charset-normalizer==2.0.12 +charset-normalizer==3.3.0 distlib==0.3.4 docopt==0.6.2 filelock==3.6.0