From 2eda9992c60c7eaff8e133e52366f13383bed0f8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Apr 2026 00:30:09 +0000 Subject: [PATCH] pip prod(deps): update urllib3 requirement from >=1.24 to >=2.6.3 Updates the requirements on [urllib3](https://github.com/urllib3/urllib3) to permit the latest version. - [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.24...2.6.3) --- updated-dependencies: - dependency-name: urllib3 dependency-version: 2.6.3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- tools/requirements.txt | 2 +- tools/test-requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/requirements.txt b/tools/requirements.txt index 31f9584de..9870bd8e8 100644 --- a/tools/requirements.txt +++ b/tools/requirements.txt @@ -3,7 +3,7 @@ click == 8.1.8 requests >= 2.32.2 prompt_toolkit >= 2 pygments >= 2.0.0 -urllib3 >= 1.24 +urllib3 >= 2.6.3 rich == 14.3.3 # only used for soap transport # softlayer-zeep >= 5.0.0 diff --git a/tools/test-requirements.txt b/tools/test-requirements.txt index 35ce0c513..3a3ee4d5a 100644 --- a/tools/test-requirements.txt +++ b/tools/test-requirements.txt @@ -8,7 +8,7 @@ click == 8.1.8 requests >= 2.32.2 prompt_toolkit >= 2 pygments >= 2.0.0 -urllib3 >= 1.24 +urllib3 >= 2.6.3 rich >= 12.3.0 flake8 autopep8