From 91036d66b1dec0c1d521be848b2f398c040cc5b2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 7 Aug 2020 15:12:39 +0000 Subject: [PATCH] build(deps): Bump urllib3 from 1.10.4 to 1.24.2 in /zstacklib Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.10.4 to 1.24.2. - [Release notes](https://github.com/urllib3/urllib3/releases) - [Changelog](https://github.com/urllib3/urllib3/blob/master/CHANGES.rst) - [Commits](https://github.com/urllib3/urllib3/compare/1.10.4...1.24.2) Signed-off-by: dependabot[bot] --- zstacklib/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100755 => 100644 zstacklib/setup.py diff --git a/zstacklib/setup.py b/zstacklib/setup.py old mode 100755 new mode 100644 index c966a0a4c..e011457b4 --- a/zstacklib/setup.py +++ b/zstacklib/setup.py @@ -24,7 +24,7 @@ 'paramiko', 'pyparsing<=1.5.7', 'pickledb', - 'urllib3==1.10.4', + 'urllib3==1.24.2', 'netaddr', 'Jinja2', "beeprint"