Skip to content

Commit 61c9b18

Browse files
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](jawah/charset_normalizer@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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent c660143 commit 61c9b18

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

backend/python/vllm/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ dependencies = [
3333
"certifi",
3434
"setuptools",
3535
"pillow",
36-
"charset-normalizer>=3.4.0",
36+
"charset-normalizer>=3.4.7",
3737
"chardet",
3838
# L4T-specific accelerator stack (sourced from jetson-ai-lab below).
3939
"torch",

backend/python/vllm/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@ protobuf
33
certifi
44
setuptools
55
pillow
6-
charset-normalizer>=3.4.0
6+
charset-normalizer>=3.4.7
77
chardet

0 commit comments

Comments
 (0)