diff --git a/setup.py b/setup.py index 9d5a932..5cb1ddb 100644 --- a/setup.py +++ b/setup.py @@ -20,7 +20,7 @@ url='https://github.com/zeriontech/defi-sdk-py', packages=find_packages(), install_requires=[ - 'aiohttp==3.7.4.post0', + 'aiohttp==3.8.5', 'furl==2.1.3', 'pysha3==1.0.2', ],