Skip to content

Commit 827fd4d

Browse files
Update dependency requests to v2.32.4 [SECURITY]
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent e714801 commit 827fd4d

8 files changed

Lines changed: 8 additions & 8 deletions

File tree

model-servers/vllm/0.11.0/Pipfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ py-cpuinfo = "~=9.0.0"
2727
pydantic = "~=2.11.7"
2828
pynvml = "==11.5.0"
2929
ray = "~=2.48.0"
30-
requests = "~=2.31.0"
30+
requests = "~=2.32.4"
3131
sentencepiece = "~=0.2.0"
3232
tiktoken = "~=0.6.0"
3333
torch = {version = "==2.8.0+cu126", index = "pytorch"} # Required by vllm 0.11.0 - CUDA 12.1 no longer supported

model-servers/vllm/0.11.0/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ pyyaml==6.0.1; python_version >= '3.6'
7777
ray==2.48.0; python_version >= '3.9'
7878
referencing==0.35.1; python_version >= '3.8'
7979
regex==2024.5.10; python_version >= '3.8'
80-
requests==2.31.0; python_version >= '3.7'
80+
requests==2.32.4; python_version >= '3.7'
8181
rich==13.7.1; python_full_version >= '3.7.0'
8282
rpds-py==0.18.1; python_version >= '3.8'
8383
safetensors==0.4.3; python_version >= '3.7'

model-servers/vllm/0.6.4/Pipfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ py-cpuinfo = "~=9.0.0"
2727
pydantic = "~=2.7.1"
2828
pynvml = "==11.5.0"
2929
ray = "~=2.21.0"
30-
requests = "~=2.31.0"
30+
requests = "~=2.32.4"
3131
sentencepiece = "~=0.2.0"
3232
tiktoken = "==0.6.0" # Required for DBRX tokenizer - Fixed by vllm 0.4.2
3333
torch = {version = "==2.3.0+cu121", index = "pytorch"}

model-servers/vllm/0.6.4/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ pyyaml==6.0.1; python_version >= '3.6'
7676
ray==2.21.0; python_version >= '3.8'
7777
referencing==0.35.1; python_version >= '3.8'
7878
regex==2024.5.10; python_version >= '3.8'
79-
requests==2.31.0; python_version >= '3.7'
79+
requests==2.32.4; python_version >= '3.7'
8080
rich==13.7.1; python_full_version >= '3.7.0'
8181
rpds-py==0.18.1; python_version >= '3.8'
8282
safetensors==0.4.3; python_version >= '3.7'

model-servers/vllm/0.6.6/Pipfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ py-cpuinfo = "~=9.0.0"
2727
pydantic = "~=2.7.1"
2828
pynvml = "==11.5.0"
2929
ray = "~=2.21.0"
30-
requests = "~=2.31.0"
30+
requests = "~=2.32.4"
3131
sentencepiece = "~=0.2.0"
3232
tiktoken = "==0.6.0" # Required for DBRX tokenizer - Fixed by vllm 0.4.2
3333
torch = {version = "==2.3.0+cu121", index = "pytorch"}

model-servers/vllm/0.6.6/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ pyyaml==6.0.1; python_version >= '3.6'
7676
ray==2.21.0; python_version >= '3.8'
7777
referencing==0.35.1; python_version >= '3.8'
7878
regex==2024.5.10; python_version >= '3.8'
79-
requests==2.31.0; python_version >= '3.7'
79+
requests==2.32.4; python_version >= '3.7'
8080
rich==13.7.1; python_full_version >= '3.7.0'
8181
rpds-py==0.18.1; python_version >= '3.8'
8282
safetensors==0.4.3; python_version >= '3.7'

model-servers/vllm/0.8.4/Pipfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ py-cpuinfo = "~=9.0.0"
2727
pydantic = "~=2.7.1"
2828
pynvml = "==11.5.0"
2929
ray = "~=2.21.0"
30-
requests = "~=2.31.0"
30+
requests = "~=2.32.4"
3131
sentencepiece = "~=0.2.0"
3232
tiktoken = "==0.6.0" # Required for DBRX tokenizer - Fixed by vllm 0.4.2
3333
torch = {version = "==2.3.0+cu121", index = "pytorch"}

model-servers/vllm/0.8.4/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ pyyaml==6.0.1; python_version >= '3.6'
7676
ray==2.43.0; python_version >= '3.9'
7777
referencing==0.35.1; python_version >= '3.8'
7878
regex==2024.5.10; python_version >= '3.8'
79-
requests==2.31.0; python_version >= '3.7'
79+
requests==2.32.4; python_version >= '3.7'
8080
rich==13.7.1; python_full_version >= '3.7.0'
8181
rpds-py==0.18.1; python_version >= '3.8'
8282
safetensors==0.4.3; python_version >= '3.7'

0 commit comments

Comments
 (0)