From eab8b63d2bd2cb51ab1818f45471dee1a768d20c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jun 2026 20:34:04 +0000 Subject: [PATCH] Bump vllm from 0.14.1 to 0.20.0 Bumps [vllm](https://github.com/vllm-project/vllm) from 0.14.1 to 0.20.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.14.1...v0.20.0) --- updated-dependencies: - dependency-name: vllm dependency-version: 0.20.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index fba713c..1141cae 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -39,7 +39,7 @@ dependencies = [ "tiktoken==0.9.0", "transformers==4.53.0", "trl==0.17.0", - "vllm==0.14.1", + "vllm==0.20.0", ] [project.urls] diff --git a/requirements.txt b/requirements.txt index 351330e..927572c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -15,4 +15,4 @@ submitit tiktoken==0.9.0 transformers==4.53.0 trl==0.17.0 -vllm==0.14.1 +vllm==0.20.0