From ba14659229b9790ebf5362eca380f9795699f599 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Mon, 8 Apr 2019 03:23:59 +0000 Subject: [PATCH] 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] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 2f854c5..cfbbc72 100644 --- a/setup.py +++ b/setup.py @@ -13,7 +13,7 @@ EMAIL = "drang.andray@gmail.com" AUTHOR = "AndreiDrang, redV0ID" REQUIRES_PYTHON = ">=3.6.0" 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__))