From bebab5af3af2527aca9fae2d73ab38c02147aacf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 24 Apr 2024 14:09:16 -0700 Subject: [PATCH] Bump onnx from 1.14.1 to 1.16.0 in /requirements (#3110) Bumps [onnx](https://github.com/onnx/onnx) from 1.14.1 to 1.16.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.14.1...v1.16.0) --- updated-dependencies: - dependency-name: onnx dependency-type: direct:development ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements/developer.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/developer.txt b/requirements/developer.txt index dacd344fb5..77b12693d1 100644 --- a/requirements/developer.txt +++ b/requirements/developer.txt @@ -18,5 +18,5 @@ torchpippy==0.1.1 intel_extension_for_pytorch==2.2.0; sys_platform != 'win32' and sys_platform != 'darwin' onnxruntime==1.17.1 googleapis-common-protos -onnx==1.14.1 +onnx==1.16.0 orjson