From: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Jul 2022 07:55:23 +0000 (+0100) Subject: Bump chardet from 4.0.0 to 5.0.0 (#2289) X-Git-Tag: 0.23.1~49 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=67e9c14952340bfd799a0de41dfaf269f376653d;p=thirdparty%2Fhttpx.git Bump chardet from 4.0.0 to 5.0.0 (#2289) Bumps [chardet](https://github.com/chardet/chardet) from 4.0.0 to 5.0.0. - [Release notes](https://github.com/chardet/chardet/releases) - [Commits](https://github.com/chardet/chardet/compare/4.0.0...5.0.0) --- updated-dependencies: - dependency-name: chardet dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Tom Christie --- diff --git a/requirements.txt b/requirements.txt index 30c90ab6..dbbc7f3b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,7 +6,7 @@ # Optional charset auto-detection # Used in our test cases -chardet==4.0.0 +chardet==5.0.0 types-chardet==4.0.4 # Documentation