Bump pika from 1.0.1 to 1.1.0

Bumps [pika](https://github.com/pika/pika) from 1.0.1 to 1.1.0.
- [Release notes](https://github.com/pika/pika/releases)
- [Commits](https://github.com/pika/pika/compare/1.0.1...1.1.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot] 2019-07-22 03:35:49 +00:00 committed by GitHub
parent d0271dbaee
commit f523c36a09
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.3"
REQUIRED = ["requests==2.22.0", "aiohttp==3.5.4", "pika==1.0.1"]
REQUIRED = ["requests==2.22.0", "aiohttp==3.5.4", "pika==1.1.0"]
here = os.path.abspath(os.path.dirname(__file__))