mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-24 11:45:18 +03:00
We already ship py3-chardet 4.0.0 and some functionalities of py3-aiohttp will complain that we ship a newer version than what it expects
27 lines
893 B
Diff
27 lines
893 B
Diff
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",
|