From 9afec380fe5850f20015610858c06ee297a68af9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 28 Feb 2026 15:29:28 +0000 Subject: [PATCH] chore(deps): bump vllm from 0.10.1.1 to 0.14.1 in /scripts Bumps [vllm](https://github.com/vllm-project/vllm) from 0.10.1.1 to 0.14.1. - [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.1.1...v0.14.1) --- updated-dependencies: - dependency-name: vllm dependency-version: 0.14.1 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 75a15f6..3a546d3 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.10.1.1 +vllm==0.14.1 flashinfer-python bitsandbytes>=0.45.3; sys_platform == 'linux' triton; sys_platform == 'linux'