From 8a33d40d574a8ec1bef1aaf137c49d5d2d8b66a8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 23 Oct 2024 23:53:30 +0000 Subject: [PATCH] Bump onnx from 1.16.0 to 1.17.0 in /isolation-forest-onnx 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] --- isolation-forest-onnx/requirements.txt | 2 +- isolation-forest-onnx/setup.cfg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/isolation-forest-onnx/requirements.txt b/isolation-forest-onnx/requirements.txt index b3bea15..f757ae0 100644 --- a/isolation-forest-onnx/requirements.txt +++ b/isolation-forest-onnx/requirements.txt @@ -1,5 +1,5 @@ avro-python3==1.9.1 numpy==1.26.4 -onnx==1.16.0 +onnx==1.17.0 onnxruntime==1.18.0 protobuf==5.26.1 diff --git a/isolation-forest-onnx/setup.cfg b/isolation-forest-onnx/setup.cfg index fafc093..2b77bcc 100644 --- a/isolation-forest-onnx/setup.cfg +++ b/isolation-forest-onnx/setup.cfg @@ -15,7 +15,7 @@ python_requires = >=3.9 install_requires = avro_python3==1.9.1 numpy==1.26.4 - onnx==1.16.0 + onnx==1.17.0 onnxruntime==1.18.0 protobuf==5.26.1