From 33c2ce44533523d34f436f82c119acd0336bc69a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Mon, 20 May 2019 03:27:55 +0000 Subject: [PATCH] Bump requests from 2.21.0 to 2.22.0 Bumps [requests](https://github.com/requests/requests) from 2.21.0 to 2.22.0. - [Release notes](https://github.com/requests/requests/releases) - [Changelog](https://github.com/kennethreitz/requests/blob/master/HISTORY.md) - [Commits](https://github.com/requests/requests/compare/v2.21.0...v2.22.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 f72f729..d42f2d4 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.6" -REQUIRED = ["requests==2.21.0", "aiohttp==3.5.4", "pika==1.0.1"] +REQUIRED = ["requests==2.22.0", "aiohttp==3.5.4", "pika==1.0.1"] here = os.path.abspath(os.path.dirname(__file__))