From 1b4a978846b5a7d7b64fe4b74a4b8dc7df004204 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jun 2022 23:01:57 +0000 Subject: [PATCH] Bump chardet from 3.0.4 to 5.0.0 Bumps [chardet](https://github.com/chardet/chardet) from 3.0.4 to 5.0.0. - [Release notes](https://github.com/chardet/chardet/releases) - [Commits](https://github.com/chardet/chardet/compare/3.0.4...5.0.0) --- updated-dependencies: - dependency-name: chardet dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 8e3e94383..8e2f4f037 100644 --- a/setup.py +++ b/setup.py @@ -31,7 +31,7 @@ def convert_markdown_to_rst(file): install_requires=[ "certifi", # we want the latest root certs for security "requests==2.25.0", - "chardet==3.0.4", + "chardet==5.0.0", "idna==2.10", "Jinja2==2.11.2", "MarkupSafe==1.1.1",