From 4a0df4e4bf697e4d3426ac34cb6bc30f9e9798fe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 Jun 2026 17:13:34 +0000 Subject: [PATCH] Bump vllm from 0.10.0 to 0.22.0 in /projects/otb Bumps [vllm](https://github.com/vllm-project/vllm) from 0.10.0 to 0.22.0. - [Release notes](https://github.com/vllm-project/vllm/releases) - [Changelog](https://github.com/vllm-project/vllm/blob/main/RELEASE.md) - [Commits](https://github.com/vllm-project/vllm/compare/v0.10.0...v0.22.0) --- updated-dependencies: - dependency-name: vllm dependency-version: 0.22.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- projects/otb/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/otb/requirements.txt b/projects/otb/requirements.txt index 6449ade..fcdd9c7 100644 --- a/projects/otb/requirements.txt +++ b/projects/otb/requirements.txt @@ -1,5 +1,5 @@ transformers==4.55.2 -vllm==0.10.0 +vllm==0.22.0 litellm[proxy]==1.75.3 numpy==2.2.6 pandas==2.3.1