From 030b05212d50f7463a06b938923ffaff9d52bb01 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Mon, 24 Dec 2018 03:21:00 +0000 Subject: [PATCH] Bump aiohttp from 3.4.4 to 3.5.0 Bumps [aiohttp](https://github.com/aio-libs/aiohttp) from 3.4.4 to 3.5.0. - [Release notes](https://github.com/aio-libs/aiohttp/releases) - [Changelog](https://github.com/aio-libs/aiohttp/blob/master/HISTORY.rst) - [Commits](https://github.com/aio-libs/aiohttp/compare/v3.4.4...v3.5.0) Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 4041d28..877a84a 100644 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ setup( packages = ['python3_anticaptcha'], install_requires = [ 'requests==2.21.0', - 'aiohttp==3.4.4', + 'aiohttp==3.5.0', 'pika==0.12.0' ], description = 'Python 3 AntiCaptcha library with AIO module.',