From ff21f5310eb90ad0c86fd7afdeb07469f766c116 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Mon, 15 Apr 2019 03:22:19 +0000 Subject: [PATCH] Bump pika from 1.0.0 to 1.0.1 Bumps [pika](https://github.com/pika/pika) from 1.0.0 to 1.0.1. - [Release notes](https://github.com/pika/pika/releases) - [Commits](https://github.com/pika/pika/compare/1.0.0...1.0.1) Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index cfbbc72..d358d2f 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==1.0.0"] +REQUIRED = ["requests==2.21.0", "aiohttp==3.5.4", "pika==1.0.1"] here = os.path.abspath(os.path.dirname(__file__))