From 6d66d9eea12fd1b844da8ece032edcabf7e21c24 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Jan 2023 11:22:12 +0000 Subject: [PATCH] Bump chardet from 4.0.0 to 5.1.0 Bumps [chardet](https://github.com/chardet/chardet) from 4.0.0 to 5.1.0. - [Release notes](https://github.com/chardet/chardet/releases) - [Commits](https://github.com/chardet/chardet/compare/4.0.0...5.1.0) --- updated-dependencies: - dependency-name: chardet 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 711d4c2..93fb9da 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,7 +6,7 @@ # certifi==2022.12.7 # via requests -chardet==4.0.0 +chardet==5.1.0 # via requests idna==3.3 # via requests