Bump requests from 2.22.0 to 2.23.0 (#56)

Bumps [requests](https://github.com/psf/requests) from 2.22.0 to 2.23.0.
- [Release notes](https://github.com/psf/requests/releases)
- [Changelog](https://github.com/psf/requests/blob/master/HISTORY.md)
- [Commits](https://github.com/psf/requests/compare/v2.22.0...v2.23.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot] 2020-02-24 18:29:55 +03:00 committed by GitHub
parent 849470120b
commit 1c99b6150b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ EMAIL = "drang.andray@gmail.com"
AUTHOR = "AndreiDrang, redV0ID"
REQUIRES_PYTHON = ">=3.6.0"
VERSION = "1.5.6"
REQUIRED = ["requests==2.22.0", "aiohttp==3.6.2", "pika==1.1.0"]
REQUIRED = ["requests==2.23.0", "aiohttp==3.6.2", "pika==1.1.0"]
here = os.path.abspath(os.path.dirname(__file__))