Skip to content

Commit

Permalink
Bump onnx to 1.17.0 to omit CVE-2024-5187 (#4063)
Browse files Browse the repository at this point in the history
  • Loading branch information
yunchu authored Oct 24, 2024
1 parent fbf0f3e commit 8bba44c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ xpu = [
"openvino==2024.3",
"openvino-dev==2024.3",
"openvino-model-api==0.2.5",
"onnx==1.16.2",
"onnx==1.17.0",
"onnxconverter-common==1.14.0",
"nncf==2.12.0",
"anomalib[core]==1.1.0",
Expand All @@ -98,7 +98,7 @@ base = [
"openvino==2024.3",
"openvino-dev==2024.3",
"openvino-model-api==0.2.5",
"onnx==1.16.2",
"onnx==1.17.0",
"onnxconverter-common==1.14.0",
"nncf==2.12.0",
"anomalib[core]==1.1.0",
Expand Down

0 comments on commit 8bba44c

Please sign in to comment.