From 848dd9d9ee00bf58cd7afe88f6c995e3cdb3d87b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 23 Oct 2024 17:46:56 +0000 Subject: [PATCH] Bump onnx from 1.16.0 to 1.17.0 in /requirements Bumps [onnx](https://github.com/onnx/onnx) from 1.16.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.16.0...v1.17.0) --- updated-dependencies: - dependency-name: onnx dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- requirements/developer.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/developer.txt b/requirements/developer.txt index eebf581379..9d93f4a7e2 100644 --- a/requirements/developer.txt +++ b/requirements/developer.txt @@ -18,6 +18,6 @@ torchpippy==0.1.1 intel_extension_for_pytorch==2.3.0; sys_platform != 'win32' and sys_platform != 'darwin' and platform_machine != 'aarch64' onnxruntime==1.17.1 googleapis-common-protos -onnx==1.16.0 +onnx==1.17.0 orjson datasets