From ecf22545ae298a0f87f1980583e37a469499e253 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 9 Jul 2022 08:57:08 +0000 Subject: [PATCH] build(deps): Bump urllib3 from 1.10.4 to 1.26.5 in /zstacklib Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.10.4 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.10.4...1.26.5) --- updated-dependencies: - dependency-name: urllib3 dependency-type: direct:production ... 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 55633b3060..d6a8f78bf7 --- a/zstacklib/setup.py +++ b/zstacklib/setup.py @@ -24,7 +24,7 @@ 'paramiko', 'pyparsing<=1.5.7', 'pickledb', - 'urllib3==1.10.4', + 'urllib3==1.26.5', 'netaddr', 'Jinja2', 'pyroute2==0.5.14',