From f3f5263934feb007ee6939165676d01f5a83d45f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Jun 2025 05:32:00 +0000 Subject: [PATCH] Bump urllib3 Bumps [urllib3](https://github.com/urllib3/urllib3) from 2.4.0 to 2.5.0. - [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.5.0) --- updated-dependencies: - dependency-name: urllib3 dependency-version: 2.5.0 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..3b0f74e43e 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.5.0 # via requests uvicorn==0.34.0 # via