From 073e91ab79af07fad1267a41c97308a14bb698da Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Sep 2023 12:46:05 +0000 Subject: [PATCH] Update charset-normalizer requirement from <3,>=2 to >=2,<4 Updates the requirements on [charset-normalizer](https://github.com/Ousret/charset_normalizer) to permit the latest version. - [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/2.0.0...3.2.0) --- updated-dependencies: - dependency-name: charset-normalizer dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- src/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/requirements.txt b/src/requirements.txt index 7b517f4..07ebc1d 100644 --- a/src/requirements.txt +++ b/src/requirements.txt @@ -7,7 +7,7 @@ black==22.10.0 celery==5.2.7 certifi==2022.12.7 cffi==1.15.1 -charset-normalizer<3,>=2 +charset-normalizer>=2,<4 click==8.1.6 cryptography==41.0.3 data==0.4