From aa89d6de5c77be293fb61cf1d82086e1716d7bb5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jan 2025 23:10:52 +0000 Subject: [PATCH] Bump onnx from 1.12.0 to 1.16.2 in /python Bumps [onnx](https://github.com/onnx/onnx) from 1.12.0 to 1.16.2. - [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.12.0...v1.16.2) --- updated-dependencies: - dependency-name: onnx dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- python/requirements_compiled.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/requirements_compiled.txt b/python/requirements_compiled.txt index df48311034..c1cb13449f 100644 --- a/python/requirements_compiled.txt +++ b/python/requirements_compiled.txt @@ -1293,7 +1293,7 @@ oauthlib==3.2.2 # via # databricks-cli # requests-oauthlib -onnx==1.12.0 ; sys_platform != "darwin" or platform_machine != "arm64" +onnx==1.16.2 ; sys_platform != "darwin" or platform_machine != "arm64" # via # -r /ray/ci/../python/requirements/ml/rllib-requirements.txt # tf2onnx