Skip to content

Commit 7810e38

Browse files
authored
fix CVE (#417)
* fix CVE * Empty commit to trigger CI * Empty commit message * update * update * update * update * update * update * update * update * update * update * update * update * update * update * update * update * update * This is a null commit * This is a null commit * This is a null commit * update * update * update * update * update * update * update
1 parent d4fd70d commit 7810e38

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.github/workflows/raydp.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,7 @@ jobs:
8484
fi
8585
pip install pyarrow==6.0.1 ray[train] pytest tensorflow==2.13.1 tabulate grpcio-tools wget
8686
pip install "xgboost_ray[default]<=0.1.13"
87+
pip install "xgboost<=2.0.3"
8788
pip install torchmetrics
8889
- name: Cache Maven
8990
uses: actions/cache@8492260343ad570701412c2f464a5877dc76bace # v2

core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<commons.text.version>1.10.0</commons.text.version>
2424
<commons.compress.version>1.26.0</commons.compress.version>
2525
<rhino.version>1.7.12</rhino.version>
26-
<protobuf.version>3.16.3</protobuf.version>
26+
<protobuf.version>3.25.5</protobuf.version>
2727
<ivy.version>2.5.2</ivy.version>
2828
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
2929
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>

python/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ def run(self):
9999
"pandas >= 1.1.4",
100100
"psutil",
101101
"pyarrow >= 4.0.1, <15.0.0",
102-
"ray >= 2.1.0",
102+
"ray >= 2.1.0, <= 2.38.0",
103103
"pyspark >= 3.1.1, <=3.5.1",
104104
"netifaces",
105105
"protobuf > 3.19.5, <= 3.20.3"

0 commit comments

Comments
 (0)