From 12196b652eb8cf00eba9265ccf212790bf6e7da7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Mon, 14 Jan 2019 03:21:18 +0000 Subject: [PATCH] Bump aiohttp from 3.5.3 to 3.5.4 Bumps [aiohttp](https://github.com/aio-libs/aiohttp) from 3.5.3 to 3.5.4. - [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.5.3...v3.5.4) Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 4f0d8f3..0ae28bf 100644 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ setup( packages = ['python3_anticaptcha'], install_requires = [ 'requests==2.21.0', - 'aiohttp==3.5.3', + 'aiohttp==3.5.4', 'pika==0.12.0' ], description = 'Python 3 Anti-Captcha service library with AIO module.',