From: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Sep 2023 19:12:56 +0000 (-0500) Subject: Bump chardet from 5.1.0 to 5.2.0 (#2837) X-Git-Tag: 0.25.0~6 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1703da870619b64bb6ba3152481a8168237903f8;p=thirdparty%2Fhttpx.git Bump chardet from 5.1.0 to 5.2.0 (#2837) 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: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- diff --git a/requirements.txt b/requirements.txt index 7f05e846..ec720861 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,7 +6,7 @@ # Optional charset auto-detection # Used in our test cases -chardet==5.1.0 +chardet==5.2.0 types-chardet==5.0.4.5 # Documentation