From a81d75abc51926f44cce19e40627d18b6fdc4640 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 23 Nov 2025 07:39:54 +0000 Subject: [PATCH] Bump vllm from 0.11.0 to 0.11.1 Bumps [vllm](https://github.com/vllm-project/vllm) from 0.11.0 to 0.11.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.11.0...v0.11.1) --- updated-dependencies: - dependency-name: vllm dependency-version: 0.11.1 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 ce33b62..c8e4fb1 100644 --- a/requirements.txt +++ b/requirements.txt @@ -224,7 +224,7 @@ urllib3==2.5.0 uvicorn==0.34.1 uvloop==0.21.0 virtualenv==20.30.0 -vllm==0.11.0 +vllm==0.11.1 wandb==0.19.6 watchfiles==1.0.5 wcwidth==0.2.13