Skip to content

Commit 260d59c

Browse files
Update dependency ray to v2.52.1 [SECURITY]
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent e714801 commit 260d59c

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
@@ -26,7 +26,7 @@ psutil = "~=5.9.8"
2626
py-cpuinfo = "~=9.0.0"
2727
pydantic = "~=2.11.7"
2828
pynvml = "==11.5.0"
29-
ray = "~=2.48.0"
29+
ray = "~=2.52.1"
3030
requests = "~=2.31.0"
3131
sentencepiece = "~=0.2.0"
3232
tiktoken = "~=0.6.0"

model-servers/vllm/0.11.0/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ pynvml==11.5.0; python_version >= '3.6'
7474
python-dotenv==1.0.1
7575
python-multipart==0.0.9; python_version >= '3.8'
7676
pyyaml==6.0.1; python_version >= '3.6'
77-
ray==2.48.0; python_version >= '3.9'
77+
ray==2.52.1; python_version >= '3.9'
7878
referencing==0.35.1; python_version >= '3.8'
7979
regex==2024.5.10; python_version >= '3.8'
8080
requests==2.31.0; 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
@@ -26,7 +26,7 @@ psutil = "~=5.9.8"
2626
py-cpuinfo = "~=9.0.0"
2727
pydantic = "~=2.7.1"
2828
pynvml = "==11.5.0"
29-
ray = "~=2.21.0"
29+
ray = "~=2.52.1"
3030
requests = "~=2.31.0"
3131
sentencepiece = "~=0.2.0"
3232
tiktoken = "==0.6.0" # Required for DBRX tokenizer - Fixed by vllm 0.4.2

model-servers/vllm/0.6.4/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ pynvml==11.5.0; python_version >= '3.6'
7373
python-dotenv==1.0.1
7474
python-multipart==0.0.9; python_version >= '3.8'
7575
pyyaml==6.0.1; python_version >= '3.6'
76-
ray==2.21.0; python_version >= '3.8'
76+
ray==2.52.1; python_version >= '3.8'
7777
referencing==0.35.1; python_version >= '3.8'
7878
regex==2024.5.10; python_version >= '3.8'
7979
requests==2.31.0; 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
@@ -26,7 +26,7 @@ psutil = "~=5.9.8"
2626
py-cpuinfo = "~=9.0.0"
2727
pydantic = "~=2.7.1"
2828
pynvml = "==11.5.0"
29-
ray = "~=2.21.0"
29+
ray = "~=2.52.1"
3030
requests = "~=2.31.0"
3131
sentencepiece = "~=0.2.0"
3232
tiktoken = "==0.6.0" # Required for DBRX tokenizer - Fixed by vllm 0.4.2

model-servers/vllm/0.6.6/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ pynvml==11.5.0; python_version >= '3.6'
7373
python-dotenv==1.0.1
7474
python-multipart==0.0.9; python_version >= '3.8'
7575
pyyaml==6.0.1; python_version >= '3.6'
76-
ray==2.21.0; python_version >= '3.8'
76+
ray==2.52.1; python_version >= '3.8'
7777
referencing==0.35.1; python_version >= '3.8'
7878
regex==2024.5.10; python_version >= '3.8'
7979
requests==2.31.0; 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
@@ -26,7 +26,7 @@ psutil = "~=5.9.8"
2626
py-cpuinfo = "~=9.0.0"
2727
pydantic = "~=2.7.1"
2828
pynvml = "==11.5.0"
29-
ray = "~=2.21.0"
29+
ray = "~=2.52.1"
3030
requests = "~=2.31.0"
3131
sentencepiece = "~=0.2.0"
3232
tiktoken = "==0.6.0" # Required for DBRX tokenizer - Fixed by vllm 0.4.2

model-servers/vllm/0.8.4/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ pynvml==11.5.0; python_version >= '3.6'
7373
python-dotenv==1.0.1
7474
python-multipart==0.0.9; python_version >= '3.8'
7575
pyyaml==6.0.1; python_version >= '3.6'
76-
ray==2.43.0; python_version >= '3.9'
76+
ray==2.52.1; python_version >= '3.9'
7777
referencing==0.35.1; python_version >= '3.8'
7878
regex==2024.5.10; python_version >= '3.8'
7979
requests==2.31.0; python_version >= '3.7'

0 commit comments

Comments
 (0)