From c4c970f3c90fa79a6c6527fe963baf9e07b023c8 Mon Sep 17 00:00:00 2001 From: Simon Willison Date: Thu, 10 Jan 2019 16:47:15 -0800 Subject: [PATCH] Bump aiohttp to 3.5.3 to fix a warning --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 7edd78a1..92b92c3f 100644 --- a/setup.py +++ b/setup.py @@ -50,7 +50,7 @@ setup( extras_require={ 'test': [ 'pytest==4.0.2', - 'aiohttp==3.3.2', + 'aiohttp==3.5.3', 'beautifulsoup4==4.6.1', ] },