You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
30 lines
1014 B
30 lines
1014 B
From b0ed732d0a637e43c72bb1a777d02776cde37376 Mon Sep 17 00:00:00 2001 |
|
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> |
|
Date: Fri, 11 Dec 2020 10:24:17 +0200 |
|
Subject: [PATCH] Bump chardet from 3.0.4 to 4.0.0 (#5333) |
|
|
|
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> |
|
|
|
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 a79e473..3208bcd 100644 |
|
--- a/setup.py |
|
+++ b/setup.py |
|
@@ -65,7 +65,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",
|
|
|