From e54c013df1829b3fbb9f30238360146a7aefa8c3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 14 Sep 2022 08:40:38 +0000 Subject: [PATCH] build(deps): bump urllib3 from 1.22 to 1.26.5 Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.22 to 1.26.5. - [Release notes](https://github.com/urllib3/urllib3/releases) - [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst) - [Commits](https://github.com/urllib3/urllib3/compare/1.22...1.26.5) --- updated-dependencies: - dependency-name: urllib3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index f06f6f6..ed6915d 100644 --- a/setup.py +++ b/setup.py @@ -73,7 +73,7 @@ "tornado==4.2", "tsuru-hm==0.6.18", "tsuru-rpaas==0.4.1", - "urllib3==1.22", + "urllib3==1.26.5", "Werkzeug==0.11.15", "zope.component==4.6.2", "zope.deferredimport==4.3.1",