From f122e11e30f230cd38d68686ca7c4e1adee39e5c Mon Sep 17 00:00:00 2001 From: Joel Beckmeyer Date: Mon, 11 Oct 2021 19:16:21 -0400 Subject: [PATCH] bump dependencies to support Python 3.10 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index b8053bd..98799d1 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -aiohttp==3.3.2 +aiohttp==3.5.4 async-timeout==3.0.0 attrs==18.1.0 chardet==3.0.4 -- GitLab