Skip to content

Commit f5fcd7d

Browse files
authored
Fix Dependabot Issues (#5231)
* Fix Dependabot Issues * Fix Dependabot Issues * Fix Dependabot Issues * Fix Dependabot Issues
1 parent 5ed9793 commit f5fcd7d

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

python/nano/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ def setup_package():
138138

139139
install_requires = ["intel-openmp; (platform_machine=='x86_64' or platform_machine == 'AMD64')",
140140
"cloudpickle",
141-
"protobuf==4.25.8",
141+
"protobuf>=5.29.6",
142142
"py-cpuinfo",
143143
"pyyaml",
144144
"packaging",

python/requirements/nano/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
intel-openmp
88
cloudpickle
9-
protobuf==4.25.8
9+
protobuf>=5.29.6
1010
py-cpuinfo
1111
pyyaml
1212
packaging

python/requirements/orca/requirements_automl.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ prometheus-client==0.11.0
1414
scikit-learn
1515
setproctitle
1616
tensorboard
17-
protobuf==4.25.8
17+
protobuf>=5.29.6

python/requirements/orca/requirements_ray.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ hiredis==2.0.0
1212
psutil
1313
prometheus-client==0.11.0
1414
setproctitle
15-
protobuf==4.25.8
15+
protobuf>=5.29.6

0 commit comments

Comments
 (0)