From bcc7a0af931de6eac5e90b93563396d73451e361 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 Jun 2026 17:14:35 +0000 Subject: [PATCH] chore(deps): bump vllm from 0.20.0 to 0.22.0 in /scripts Bumps [vllm](https://github.com/vllm-project/vllm) from 0.20.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.20.0...v0.22.0) --- updated-dependencies: - dependency-name: vllm dependency-version: 0.22.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- scripts/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/requirements.txt b/scripts/requirements.txt index c2c1a14..7ac6874 100644 --- a/scripts/requirements.txt +++ b/scripts/requirements.txt @@ -1,5 +1,5 @@ # Torch will be installed as a dependency of vLLM, which will select the correct backend. -vllm==0.20.0 +vllm==0.22.0 flashinfer-python bitsandbytes>=0.45.3; sys_platform == 'linux' triton; sys_platform == 'linux'