From 3b8f41bbbdb16a6935f37c19436a0f93245fe499 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Aug 2023 22:06:31 +0000 Subject: [PATCH] Bump chardet from 4.0.0 to 5.2.0 Bumps [chardet](https://github.com/chardet/chardet) from 4.0.0 to 5.2.0. - [Release notes](https://github.com/chardet/chardet/releases) - [Commits](https://github.com/chardet/chardet/compare/4.0.0...5.2.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 2792c0b45..a958f4927 100644 --- a/setup.py +++ b/setup.py @@ -41,7 +41,7 @@ 'ujson==5.4.0', 'dnspython==2.1.*', 'boto3>=1.21,<1.27', - 'chardet==4.0.0', + 'chardet==5.2.0', ], extras_require={ 'test': [