diff --git a/setup.py b/setup.py index 877a84a..beb14d9 100644 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ setup( packages = ['python3_anticaptcha'], install_requires = [ 'requests==2.21.0', - 'aiohttp==3.5.0', + 'aiohttp==3.5.1', 'pika==0.12.0' ], description = 'Python 3 AntiCaptcha library with AIO module.',