From c2d33f1f21e448bd41f25b6fedbc5d4aad38f8df Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 23 Oct 2024 17:51:13 +0000 Subject: [PATCH] Bump onnx from 1.16.0 to 1.17.0 in /src 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:production ... Signed-off-by: dependabot[bot] --- src/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/requirements.txt b/src/requirements.txt index 8f9919c..eb63e2f 100644 --- a/src/requirements.txt +++ b/src/requirements.txt @@ -13,7 +13,7 @@ icc-rt numba opencv-python scikit-image -onnx==1.16.0 +onnx==1.17.0 onnxruntime==1.16.3 onnx-simplifier git+https://github.com/lilohuang/PyTurboJPEG.git