Bump aiohttp from 3.5.0 to 3.5.1

Bumps [aiohttp](https://github.com/aio-libs/aiohttp) from 3.5.0 to 3.5.1.
- [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.0...v3.5.1)

Signed-off-by: dependabot[bot] <support@dependabot.com>
This commit is contained in:
dependabot[bot] 2018-12-31 03:14:57 +00:00
parent 242d67b211
commit bc472b2a7a
No known key found for this signature in database
GPG Key ID: 4C0F2888C98CF331
1 changed files with 1 additions and 1 deletions

View File

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