From 919da41dc30c11b7dc2e462317788d558376a75e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 May 2023 12:00:42 -0600 Subject: [PATCH] Bump types-chardet from 5.0.4.2 to 5.0.4.5 (#2689) Bumps [types-chardet](https://github.com/python/typeshed) from 5.0.4.2 to 5.0.4.5. - [Release notes](https://github.com/python/typeshed/releases) - [Commits](https://github.com/python/typeshed/commits) --- updated-dependencies: - dependency-name: types-chardet dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index be75b7ac..8d59303f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7,7 +7,7 @@ # Optional charset auto-detection # Used in our test cases chardet==5.1.0 -types-chardet==5.0.4.2 +types-chardet==5.0.4.5 # Documentation mkdocs==1.4.2