From 565cc2132a4c3667e0601f055cff913526226352 Mon Sep 17 00:00:00 2001 From: Sam Bull Date: Sat, 11 Feb 2023 00:11:02 +0000 Subject: [PATCH] Raise upper bound of charset-normalizer --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index cd279a1fc90..2b19c5283c6 100644 --- a/setup.cfg +++ b/setup.cfg @@ -49,7 +49,7 @@ include_package_data = True install_requires = attrs >= 17.3.0 - charset-normalizer >=2.0, < 3.0 + charset-normalizer >=2.0, < 4.0 multidict >=4.5, < 7.0 async_timeout >= 4.0.0a3, < 5.0 asynctest == 0.13.0; python_version<"3.8"