Bump aiohttp from 3.6.0 to 3.6.1

Bumps [aiohttp](https://github.com/aio-libs/aiohttp) from 3.6.0 to 3.6.1.
- [Release notes](https://github.com/aio-libs/aiohttp/releases)
- [Changelog](https://github.com/aio-libs/aiohttp/blob/master/CHANGES.rst)
- [Commits](https://github.com/aio-libs/aiohttp/compare/v3.6.0...v3.6.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot] 2019-09-23 04:02:53 +00:00 committed by GitHub
parent 3a2ccf4671
commit 06feb0743d
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.2"
REQUIRED = ["requests==2.22.0", "aiohttp==3.6.0", "pika==1.1.0"]
REQUIRED = ["requests==2.22.0", "aiohttp==3.6.1", "pika==1.1.0"]
here = os.path.abspath(os.path.dirname(__file__))