blob: ba1f4cb963633beb412ee303abe211c25faa90ea (
plain) (
tree)
|
|
From 496b8c3f8990a1a29eb56787a00677cd57affbba Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Fri, 11 Dec 2020 06:14:23 +0000
Subject: [PATCH] Bump chardet from 3.0.4 to 4.0.0
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] <support@github.com>
---
setup.py | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/setup.py b/setup.py
index 428df5d4..54462ba7 100644
--- a/setup.py
+++ b/setup.py
@@ -66,7 +66,7 @@ except IndexError:
install_requires = [
"attrs>=17.3.0",
- "chardet>=2.0,<4.0",
+ "chardet>=2.0,<5.0",
"multidict>=4.5,<7.0",
"async_timeout>=3.0,<4.0",
"yarl>=1.0,<2.0",
|