From f2c4bf63d655ed7b7b35304a002d983ea8522273 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 8 Jan 2026 05:31:23 +0000 Subject: [PATCH] Bump urllib3 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] --- .../test_integration/fixtures/granite-project/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test-integration/test_integration/fixtures/granite-project/requirements.txt b/test-integration/test_integration/fixtures/granite-project/requirements.txt index ed2cf9cb0f..6f54bebf62 100644 --- a/test-integration/test_integration/fixtures/granite-project/requirements.txt +++ b/test-integration/test_integration/fixtures/granite-project/requirements.txt @@ -410,7 +410,7 @@ typing-extensions==4.13.2 # vllm typing-inspection==0.4.0 # via pydantic -urllib3==2.4.0 +urllib3==2.6.3 # via requests uvicorn==0.34.0 # via