From ba8bdfa8ea020ee43e81cc6fad92daa25364ce63 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20Haziza?= Date: Mon, 22 Jan 2018 11:29:59 +0100 Subject: [PATCH] Fix yarl unquote problem See https://github.com/aio-libs/aiohttp/issues/2662 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index c0f007fb..c0a1d1c1 100644 --- a/setup.py +++ b/setup.py @@ -37,7 +37,7 @@ platforms = 'any', install_requires=[ 'pika==0.11.0', - 'aiohttp==2.2.5', + 'aiohttp==2.3.8', 'pycryptodomex==3.4.7', 'aiopg==0.13.0', 'colorama==0.3.7',