From 0c4e57f350b5129bdc63c529995da7e909d36a36 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 11 Dec 2020 10:22:48 +0200 Subject: [PATCH] Bump chardet from 3.0.4 to 4.0.0 (#5334) Bumps [chardet](https://github.com/chardet/chardet) from 3.0.4 to 4.0.0. - [Release notes](https://github.com/chardet/chardet/releases) - [Commits](https://github.com/chardet/chardet/compare/3.0.4...4.0.0) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements/base.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index f21681333e..d542f85298 100644 --- a/setup.py +++ b/setup.py @@ -64,7 +64,7 @@ def build_extension(self, ext): install_requires = [ "attrs>=17.3.0", - "chardet>=2.0,<4.0", + "chardet>=2.0,<5.0", "multidict>=4.5,<7.0", "async_timeout>=4.0.0a3,<5.0", 'asynctest==0.13.0; python_version<"3.8"',