From 220d4cd92a7e74a5f8a78dfa2c2f94dd2783d0b5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Dec 2025 09:52:32 +0000 Subject: [PATCH] Bump urllib3 from 2.5.0 to 2.6.0 in /examples/benchmark (#334) #nolog Bumps [urllib3](https://github.com/urllib3/urllib3) from 2.5.0 to 2.6.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.5.0...2.6.0) --- updated-dependencies: - dependency-name: urllib3 dependency-version: 2.6.0 dependency-type: indirect ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- examples/benchmark/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/benchmark/requirements.txt b/examples/benchmark/requirements.txt index 9a83f89..843d08a 100644 --- a/examples/benchmark/requirements.txt +++ b/examples/benchmark/requirements.txt @@ -95,7 +95,7 @@ typing-extensions==4.9.0 # fastapi # pydantic # pydantic-core -urllib3==2.5.0 +urllib3==2.6.0 # via requests uvicorn==0.24.0.post1 # via -r requirements.in