From b619273de1bbb75e07668b4d3a59a8907e4b37cf Mon Sep 17 00:00:00 2001 From: Sam Bull Date: Fri, 28 Oct 2022 21:25:52 +0100 Subject: [PATCH] Raise allowed charset version --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Index: aiohttp-3.8.3/setup.cfg =================================================================== --- aiohttp-3.8.3.orig/setup.cfg +++ aiohttp-3.8.3/setup.cfg @@ -47,7 +47,7 @@ zip_safe = False 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"