From 4fedc91ec61999794036888629eccbde33c76b39 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 May 2026 03:42:31 +0000 Subject: [PATCH] pip prod(deps): update urllib3 requirement from >=2.6.3 to >=2.7.0 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/2.6.3...2.7.0) --- updated-dependencies: - dependency-name: urllib3 dependency-version: 2.7.0 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 6fe5aba69..f1653f518 100644 --- a/tools/requirements.txt +++ b/tools/requirements.txt @@ -3,7 +3,7 @@ click == 8.1.8 requests >= 2.32.5 prompt_toolkit >= 3.0.52 pygments >= 2.20.0 -urllib3 >= 2.6.3 +urllib3 >= 2.7.0 rich == 15.0.0 # only used for soap transport # softlayer-zeep >= 5.0.0 diff --git a/tools/test-requirements.txt b/tools/test-requirements.txt index b6716fc01..4c9720799 100644 --- a/tools/test-requirements.txt +++ b/tools/test-requirements.txt @@ -8,7 +8,7 @@ click == 8.1.8 requests >= 2.32.5 prompt_toolkit >= 3.0.52 pygments >= 2.20.0 -urllib3 >= 2.6.3 +urllib3 >= 2.7.0 rich >= 12.3.0 flake8 autopep8