From 9384dd582d7aae04b260bae94e0c144ad364dce9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 31 Mar 2026 23:03:57 +0000 Subject: [PATCH] build(deps): bump onnx from 1.17.0 to 1.21.0rc1 in /projects/BEVFusion Bumps [onnx](https://github.com/onnx/onnx) from 1.17.0 to 1.21.0rc1. - [Release notes](https://github.com/onnx/onnx/releases) - [Changelog](https://github.com/onnx/onnx/blob/main/docs/Changelog-ml.md) - [Commits](https://github.com/onnx/onnx/commits) --- updated-dependencies: - dependency-name: onnx dependency-version: 1.21.0rc1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- projects/BEVFusion/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/BEVFusion/requirements.txt b/projects/BEVFusion/requirements.txt index e78d1ba1d..238bd5cd4 100644 --- a/projects/BEVFusion/requirements.txt +++ b/projects/BEVFusion/requirements.txt @@ -1,5 +1,5 @@ # Onnx export -onnx==1.17.0 +onnx==1.21.0rc1 onnx_simplifier==0.4.8 onnxsim==0.4.10 onnxruntime==1.13.1