From 9e0f46513412e53ed8421a1c8592f5f5f92515fe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Dec 2025 11:13:14 +0000 Subject: [PATCH] build(deps): bump urllib3 in /evaluation/benchmarks/versicode Bumps [urllib3](https://github.com/urllib3/urllib3) from 2.4.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.4.0...2.6.0) --- updated-dependencies: - dependency-name: urllib3 dependency-version: 2.6.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- evaluation/benchmarks/versicode/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/evaluation/benchmarks/versicode/requirements.txt b/evaluation/benchmarks/versicode/requirements.txt index 02ba5f6fb700..a31845cebf93 100644 --- a/evaluation/benchmarks/versicode/requirements.txt +++ b/evaluation/benchmarks/versicode/requirements.txt @@ -132,7 +132,7 @@ triton==3.2.0 typer==0.15.2 typing-inspection==0.4.0 typing_extensions==4.13.2 -urllib3==2.4.0 +urllib3==2.6.0 uvicorn==0.34.2 uvloop==0.21.0 vllm==0.8.4