From f523c36a0977431276dd5453cdc61e87aa3ba537 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 22 Jul 2019 03:35:49 +0000 Subject: [PATCH] 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] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 63bd1be..bc2a48e 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.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__))