From 83cd3910282f0381a7198c167d4f41e780dc90ac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Eckel?= Date: Tue, 26 Apr 2022 14:10:14 +0200 Subject: [PATCH] expl. define dthe aiohttp package MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jürgen Eckel --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index f926f1d..92c2f7c 100644 --- a/setup.py +++ b/setup.py @@ -75,7 +75,7 @@ tests_require = [ install_requires = [ 'chardet==3.0.4', - 'aiohttp==3.7.4', + 'aiohttp==3.8.1', 'abci==0.8.3', 'planetmint-cryptoconditions>=0.9.4', 'flask-cors==3.0.10',