From 9cc433f2b9ff9ad3b1d57231c05762b65f038dbc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 13 Aug 2026 18:41:53 +0000 Subject: [PATCH] chore(deps): bump vllm from 0.24.0 to 0.26.0 in /scripts Bumps [vllm](https://github.com/vllm-project/vllm) from 0.24.0 to 0.26.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.24.0...v0.26.0) --- updated-dependencies: - dependency-name: vllm dependency-version: 0.26.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 b2ae847..5a67715 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.24.0 +vllm==0.26.0 flashinfer-python bitsandbytes>=0.45.3; sys_platform == 'linux' triton; sys_platform == 'linux'