Blame SOURCES/chardet4.patch

5699b7
From b0ed732d0a637e43c72bb1a777d02776cde37376 Mon Sep 17 00:00:00 2001
5699b7
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
5699b7
Date: Fri, 11 Dec 2020 10:24:17 +0200
5699b7
Subject: [PATCH] Bump chardet from 3.0.4 to 4.0.0 (#5333)
5699b7
5699b7
Bumps [chardet](https://github.com/chardet/chardet) from 3.0.4 to 4.0.0.
5699b7
- [Release notes](https://github.com/chardet/chardet/releases)
5699b7
- [Commits](https://github.com/chardet/chardet/compare/3.0.4...4.0.0)
5699b7
5699b7
Signed-off-by: dependabot[bot] <support@github.com>
5699b7
5699b7
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
5699b7
---
5699b7
 requirements/base.txt | 2 +-
5699b7
 setup.py              | 2 +-
5699b7
 2 files changed, 2 insertions(+), 2 deletions(-)
5699b7
5699b7
diff --git a/setup.py b/setup.py
5699b7
index a79e473..3208bcd 100644
5699b7
--- a/setup.py
5699b7
+++ b/setup.py
5699b7
@@ -65,7 +65,7 @@ except IndexError:
5699b7
 
5699b7
 install_requires = [
5699b7
     "attrs>=17.3.0",
5699b7
-    "chardet>=2.0,<4.0",
5699b7
+    "chardet>=2.0,<5.0",
5699b7
     "multidict>=4.5,<7.0",
5699b7
     "async_timeout>=3.0,<4.0",
5699b7
     "yarl>=1.0,<2.0",