From c129ed7abd7a56a80ba2c0964b8533bd484bc6f2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jul 2026 18:34:23 +0000 Subject: [PATCH] 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.7...3.4.8) --- updated-dependencies: - dependency-name: charset-normalizer dependency-version: 3.4.8 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- backend/python/vllm/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/python/vllm/requirements.txt b/backend/python/vllm/requirements.txt index 607c01942..267376d68 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.7 +charset-normalizer>=3.4.8 chardet \ No newline at end of file