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:
parent
242d67b211
commit
bc472b2a7a
2
setup.py
2
setup.py
|
@ -8,7 +8,7 @@ setup(
|
||||||
packages = ['python3_anticaptcha'],
|
packages = ['python3_anticaptcha'],
|
||||||
install_requires = [
|
install_requires = [
|
||||||
'requests==2.21.0',
|
'requests==2.21.0',
|
||||||
'aiohttp==3.5.0',
|
'aiohttp==3.5.1',
|
||||||
'pika==0.12.0'
|
'pika==0.12.0'
|
||||||
],
|
],
|
||||||
description = 'Python 3 AntiCaptcha library with AIO module.',
|
description = 'Python 3 AntiCaptcha library with AIO module.',
|
||||||
|
|
Loading…
Reference in New Issue