From 890f04e80607081ae164449176293584c7e50b9b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 14 Jan 2024 03:50:02 +0000 Subject: [PATCH] Bump chardet from 5.1.0 to 5.2.0 Bumps [chardet](https://github.com/chardet/chardet) from 5.1.0 to 5.2.0. - [Release notes](https://github.com/chardet/chardet/releases) - [Commits](https://github.com/chardet/chardet/compare/5.1.0...5.2.0) --- updated-dependencies: - dependency-name: chardet dependency-type: indirect update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/requirements.txt b/requirements/requirements.txt index 4f72976e..5a45556f 100644 --- a/requirements/requirements.txt +++ b/requirements/requirements.txt @@ -28,7 +28,7 @@ cffi==1.16.0 # via # argon2-cffi-bindings # cryptography -chardet==5.1.0 +chardet==5.2.0 # via pronto charset-normalizer==2.0.12 # via requests