Bump requests from 2.20.0 to 2.20.1

Bumps [requests](https://github.com/requests/requests) from 2.20.0 to 2.20.1.
- [Release notes](https://github.com/requests/requests/releases)
- [Changelog](https://github.com/requests/requests/blob/master/HISTORY.md)
- [Commits](https://github.com/requests/requests/compare/v2.20.0...v2.20.1)

Signed-off-by: dependabot[bot] <support@dependabot.com>
This commit is contained in:
dependabot[bot] 2018-11-19 03:17:14 +00:00
parent 093c6aecda
commit 9e535f0a08
No known key found for this signature in database
GPG Key ID: 4C0F2888C98CF331
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ setup(
packages = ['python3_anticaptcha'],
install_requires = [
'requests==2.20.0',
'requests==2.20.1',
'aiohttp==3.4.4',
'pika==0.12.0'
],