From c00d51e989511eb21d4aff8ca8e6c859d7c60b6a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 20 Nov 2025 11:20:43 +0000 Subject: [PATCH] Bump vllm from 0.8.3 to 0.11.0 Bumps [vllm](https://github.com/vllm-project/vllm) from 0.8.3 to 0.11.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.8.3...v0.11.0) --- updated-dependencies: - dependency-name: vllm dependency-version: 0.11.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 4de7549..6e36da5 100644 --- a/requirements.txt +++ b/requirements.txt @@ -224,7 +224,7 @@ urllib3==2.4.0 uvicorn==0.34.1 uvloop==0.21.0 virtualenv==20.30.0 -vllm==0.8.3 +vllm==0.11.0 wandb==0.19.6 watchfiles==1.0.5 wcwidth==0.2.13