Skip to content

Commit 8bba44c

Browse files
authored
Bump onnx to 1.17.0 to omit CVE-2024-5187 (#4063)
1 parent fbf0f3e commit 8bba44c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ xpu = [
8484
"openvino==2024.3",
8585
"openvino-dev==2024.3",
8686
"openvino-model-api==0.2.5",
87-
"onnx==1.16.2",
87+
"onnx==1.17.0",
8888
"onnxconverter-common==1.14.0",
8989
"nncf==2.12.0",
9090
"anomalib[core]==1.1.0",
@@ -98,7 +98,7 @@ base = [
9898
"openvino==2024.3",
9999
"openvino-dev==2024.3",
100100
"openvino-model-api==0.2.5",
101-
"onnx==1.16.2",
101+
"onnx==1.17.0",
102102
"onnxconverter-common==1.14.0",
103103
"nncf==2.12.0",
104104
"anomalib[core]==1.1.0",

0 commit comments

Comments
 (0)