From 82a8ae7d6b617f60e9e944fe4b8a485571cdee2c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Mon, 21 Jan 2019 03:13:45 +0000 Subject: [PATCH] Bump pika from 0.12.0 to 0.13.0 Bumps [pika](https://github.com/pika/pika) from 0.12.0 to 0.13.0. - [Release notes](https://github.com/pika/pika/releases) - [Commits](https://github.com/pika/pika/compare/0.12.0...0.13.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 1ec12e3..0880818 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ setup( install_requires = [ 'requests==2.21.0', 'aiohttp==3.5.4', - 'pika==0.12.0' + 'pika==0.13.0' ], description = 'Python 3 Anti-Captcha service library with AIO module.', package_dir={'python3-anticaptcha': 'python3_anticaptcha'},