Merge pull request #51 from AndreiDrang/dependabot/pip/aiohttp-3.6.2

Bump aiohttp from 3.6.1 to 3.6.2
This commit is contained in:
Andrei 2019-10-17 14:34:31 +03:00 committed by GitHub
commit e5a74dcaa9
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.4"
REQUIRED = ["requests==2.22.0", "aiohttp==3.6.1", "pika==1.1.0"]
REQUIRED = ["requests==2.22.0", "aiohttp==3.6.2", "pika==1.1.0"]
here = os.path.abspath(os.path.dirname(__file__))