From 30985833eb19e02c6432e246e33ea01d9f02c327 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 23 Oct 2024 17:49:08 +0000 Subject: [PATCH] Bump onnx from 1.15.0 to 1.17.0 in /docker 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:production ... Signed-off-by: dependabot[bot] --- docker/requirements-pip.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/requirements-pip.txt b/docker/requirements-pip.txt index cd91354..0ac9121 100644 --- a/docker/requirements-pip.txt +++ b/docker/requirements-pip.txt @@ -47,7 +47,7 @@ omegaconf==2.3.0 # Install onnx-graphsurgeon with extra-index-url --extra-index-url https://pypi.ngc.nvidia.com # onnx overrides 24.04 stack version (1.16.0) -onnx==1.15.0 +onnx==1.17.0 onnx-graphsurgeon==0.3.27 onnx-simplifier==0.4.35 onnxoptimizer==0.3.13