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] <support@dependabot.com>
This commit is contained in:
dependabot[bot] 2019-01-21 03:13:45 +00:00
parent 58e270b3a7
commit 82a8ae7d6b
No known key found for this signature in database
GPG Key ID: 4C0F2888C98CF331
1 changed files with 1 additions and 1 deletions

View File

@ -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'},