From c52dc8e23c9e1b6e59504b61fcddd411a0039966 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Oct 2023 01:50:03 +0000 Subject: [PATCH] Bump urllib3 from 1.26.5 to 1.26.18 in /installer Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.26.5 to 1.26.18. - [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.26.5...1.26.18) --- updated-dependencies: - dependency-name: urllib3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- installer/requirements.txt | 2 +- installer/setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/installer/requirements.txt b/installer/requirements.txt index 14f4c0c09f..3888cec87f 100644 --- a/installer/requirements.txt +++ b/installer/requirements.txt @@ -1,4 +1,4 @@ -urllib3==1.26.5 +urllib3==1.26.18 click==7.1.2 progressbar33==2.4 psutil==5.9.0 diff --git a/installer/setup.py b/installer/setup.py index c5d5a7dbc8..f1636ad55e 100644 --- a/installer/setup.py +++ b/installer/setup.py @@ -16,7 +16,7 @@ "requests_unixsocket==0.1.5", "simplejson==3.8.2", "toml==0.10.0", - "urllib3==1.26.5", + "urllib3==1.26.18", ], platforms="any", entry_points={