From 61c9b187fa56f6b574dcc64c96813220daeff390 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 May 2026 09:22:23 +0200 Subject: [PATCH] chore(deps): update charset-normalizer requirement from >=3.4.0 to >=3.4.7 in /backend/python/vllm (#9779) chore(deps): update charset-normalizer requirement Updates the requirements on [charset-normalizer](https://github.com/jawah/charset_normalizer) to permit the latest version. - [Release notes](https://github.com/jawah/charset_normalizer/releases) - [Changelog](https://github.com/jawah/charset_normalizer/blob/master/CHANGELOG.md) - [Commits](https://github.com/jawah/charset_normalizer/compare/3.4.0...3.4.7) --- updated-dependencies: - dependency-name: charset-normalizer dependency-version: 3.4.7 dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- backend/python/vllm/pyproject.toml | 2 +- backend/python/vllm/requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backend/python/vllm/pyproject.toml b/backend/python/vllm/pyproject.toml index 8599bb847..b06b9c425 100644 --- a/backend/python/vllm/pyproject.toml +++ b/backend/python/vllm/pyproject.toml @@ -33,7 +33,7 @@ dependencies = [ "certifi", "setuptools", "pillow", - "charset-normalizer>=3.4.0", + "charset-normalizer>=3.4.7", "chardet", # L4T-specific accelerator stack (sourced from jetson-ai-lab below). "torch", diff --git a/backend/python/vllm/requirements.txt b/backend/python/vllm/requirements.txt index ffb546d8b..44734ac01 100644 --- a/backend/python/vllm/requirements.txt +++ b/backend/python/vllm/requirements.txt @@ -3,5 +3,5 @@ protobuf certifi setuptools pillow -charset-normalizer>=3.4.0 +charset-normalizer>=3.4.7 chardet \ No newline at end of file