Merge pull request #44 from AndreiDrang/dependabot/pip/requests-2.22.0

Bump requests from 2.21.0 to 2.22.0
This commit is contained in:
Andrei 2019-05-20 12:17:19 +03:00 committed by GitHub
commit eb10cd160f
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.2.6"
REQUIRED = ["requests==2.21.0", "aiohttp==3.5.4", "pika==1.0.1"]
REQUIRED = ["requests==2.22.0", "aiohttp==3.5.4", "pika==1.0.1"]
here = os.path.abspath(os.path.dirname(__file__))