From 9d1219611e0ee7bedcb27eb01df1050a13c3b35b Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 14 Oct 2019 04:11:23 +0000 Subject: [PATCH] Bump aiohttp from 3.6.1 to 3.6.2 Bumps [aiohttp](https://github.com/aio-libs/aiohttp) from 3.6.1 to 3.6.2. - [Release notes](https://github.com/aio-libs/aiohttp/releases) - [Changelog](https://github.com/aio-libs/aiohttp/blob/master/CHANGES.rst) - [Commits](https://github.com/aio-libs/aiohttp/compare/v3.6.1...v3.6.2) 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 864de42..cbf5f49 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.5.4" -REQUIRED = ["requests==2.22.0", "aiohttp==3.6.1", "pika==1.1.0"] +REQUIRED = ["requests==2.22.0", "aiohttp==3.6.2", "pika==1.1.0"] here = os.path.abspath(os.path.dirname(__file__))