From d685369a4011d2793d776f0edc594235e1fa8170 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Sep 2023 13:36:38 +0000 Subject: [PATCH] build(deps): Update chardet requirement Updates the requirements on [chardet](https://github.com/chardet/chardet) to permit the latest version. - [Release notes](https://github.com/chardet/chardet/releases) - [Commits](https://github.com/chardet/chardet/compare/3.0.2...5.2.0) --- updated-dependencies: - dependency-name: chardet dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 2fd891519..d3525ea7b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ argparse charset-normalizer>=3.1.0 certifi>=2017.4.17 -chardet>=3.0.2,<5.2.0 +chardet>=3.0.2,<5.3.0 cssselect dateparser==1.1.8 feedparser==6.0.10