From c1868b0255133c58c547ce76ef4dee992c4b6d80 Mon Sep 17 00:00:00 2001 From: Benjamin Wohlwend Date: Tue, 7 Jul 2020 11:42:28 +0200 Subject: [PATCH] aiohttp 3.0.8+ is required for Python 3.9+ compatibility asyncio.Task.current_task was removed in Python 3.9, and a check for that was introduced in aiohttp 3.0.8 --- tests/requirements/reqs-aiohttp-3.0.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/requirements/reqs-aiohttp-3.0.txt b/tests/requirements/reqs-aiohttp-3.0.txt index 832bfb6d6..f36117442 100644 --- a/tests/requirements/reqs-aiohttp-3.0.txt +++ b/tests/requirements/reqs-aiohttp-3.0.txt @@ -1,2 +1,2 @@ -aiohttp==3.0.6 +aiohttp==3.0.8 -r reqs-base.txt