From: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Jan 2023 12:36:58 +0000 (+0000) Subject: Bump chardet from 5.0.0 to 5.1.0 (#2530) X-Git-Tag: 0.23.3~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6a98e188c4cf033a9a76659b5d384fb163639901;p=thirdparty%2Fhttpx.git Bump chardet from 5.0.0 to 5.1.0 (#2530) Bumps [chardet](https://github.com/chardet/chardet) from 5.0.0 to 5.1.0. - [Release notes](https://github.com/chardet/chardet/releases) - [Commits](https://github.com/chardet/chardet/compare/5.0.0...5.1.0) --- updated-dependencies: - dependency-name: chardet dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] 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 dfb9fcf5..941877d2 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,7 +6,7 @@ # Optional charset auto-detection # Used in our test cases -chardet==5.0.0 +chardet==5.1.0 types-chardet==5.0.3 # Documentation