From 978e5bbe9f16039482ad439c9b5fb12b244d2933 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Mar 2023 11:29:01 +0000 Subject: [PATCH] Bump types-chardet from 5.0.3 to 5.0.4.2 (#2613) Bumps [types-chardet](https://github.com/python/typeshed) from 5.0.3 to 5.0.4.2. - [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 0dff922f..cf3010ad 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.3 +types-chardet==5.0.4.2 # Documentation mkdocs==1.4.0