From 2a9e013deb3eb362c6f64d48d3e3b7ab7c9a919b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Dec 2024 01:50:35 +0000 Subject: [PATCH] Bump onnx from 1.15.0 to 1.17.0 in /sim Bumps [onnx](https://github.com/onnx/onnx) from 1.15.0 to 1.17.0. - [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/compare/v1.15.0...v1.17.0) --- updated-dependencies: - dependency-name: onnx dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- sim/requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100755 => 100644 sim/requirements-dev.txt diff --git a/sim/requirements-dev.txt b/sim/requirements-dev.txt old mode 100755 new mode 100644 index 3633b810..0f69f133 --- a/sim/requirements-dev.txt +++ b/sim/requirements-dev.txt @@ -8,7 +8,7 @@ matplotlib==3.3.4 mediapy==1.2.2 mujoco==2.3.6 mujoco_python_viewer==0.1.4 -onnx==1.15.0 +onnx==1.17.0 onnxruntime==1.15.0 pandas==1.4.4 Pillow>6.2.0