From 005fb16f8539e63cd64de8fb575efc805e3c6abf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Mar 2026 05:31:31 +0000 Subject: [PATCH] Bump urllib3 from 2.4.0 to 2.6.3 in /ci/docker/style-test Bumps [urllib3](https://github.com/urllib3/urllib3) from 2.4.0 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/2.4.0...2.6.3) --- updated-dependencies: - dependency-name: urllib3 dependency-version: 2.6.3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- ci/docker/style-test/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/docker/style-test/requirements.txt b/ci/docker/style-test/requirements.txt index 1d6d20f8e7f..c69c1be9ddd 100644 --- a/ci/docker/style-test/requirements.txt +++ b/ci/docker/style-test/requirements.txt @@ -46,6 +46,6 @@ tqdm==4.67.1 typing_extensions==4.14.0 typing-inspection==0.4.1 unidiff==0.7.5 -urllib3==2.4.0 +urllib3==2.6.3 wrapt==1.17.2 yamllint==1.26.3