From d6fdb70c5ff31028bae8a111f9e73ce389569819 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 7 Jan 2026 22:51:47 +0000 Subject: [PATCH] build(deps): bump urllib3 from 1.26.18 to 2.6.3 Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.26.18 to 2.6.3. - [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.18...2.6.3) --- updated-dependencies: - dependency-name: urllib3 dependency-version: 2.6.3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- setup.cfg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index f5c8f60de..71a29e230 100644 --- a/requirements.txt +++ b/requirements.txt @@ -182,7 +182,7 @@ tox==4.11.4 # via teuthology (pyproject.toml) types-psutil==6.0.0.20240621 # via teuthology (pyproject.toml) -urllib3==1.26.18 +urllib3==2.6.3 # via # botocore # requests diff --git a/setup.cfg b/setup.cfg index 463ebf6eb..681e6c9e2 100644 --- a/setup.cfg +++ b/setup.cfg @@ -58,7 +58,7 @@ install_requires = requests>2.13.0 sentry-sdk types-psutil - urllib3>=1.25.4,<1.27 # For botocore + urllib3>=1.25.4,<2.7 # For botocore scripts = teuthology/task/install/bin/adjust-ulimits teuthology/task/install/bin/daemon-helper