Bump pika from 0.13.1 to 1.0.0

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

Signed-off-by: dependabot[bot] <support@dependabot.com>
This commit is contained in:
dependabot[bot] 2019-04-08 03:23:59 +00:00
parent 8e134bf9ae
commit ba14659229
No known key found for this signature in database
GPG Key ID: 4C0F2888C98CF331
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ EMAIL = "drang.andray@gmail.com"
AUTHOR = "AndreiDrang, redV0ID" AUTHOR = "AndreiDrang, redV0ID"
REQUIRES_PYTHON = ">=3.6.0" REQUIRES_PYTHON = ">=3.6.0"
VERSION = "1.2.5" VERSION = "1.2.5"
REQUIRED = ["requests==2.21.0", "aiohttp==3.5.4", "pika==0.13.1"] REQUIRED = ["requests==2.21.0", "aiohttp==3.5.4", "pika==1.0.0"]
here = os.path.abspath(os.path.dirname(__file__)) here = os.path.abspath(os.path.dirname(__file__))