From 7bc40a1cf1643ca67886ff417fe97ce6144c2fea Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 4 Aug 2026 08:00:56 +0000 Subject: [PATCH] Bump onnx from 1.21.0 to 1.22.0 in /isolation-forest-onnx Bumps [onnx](https://github.com/onnx/onnx) from 1.21.0 to 1.22.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.21.0...v1.22.0) --- updated-dependencies: - dependency-name: onnx dependency-version: 1.22.0 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 a37555d..7f4243c 100644 --- a/isolation-forest-onnx/requirements.txt +++ b/isolation-forest-onnx/requirements.txt @@ -1,5 +1,5 @@ avro-python3==1.9.1 numpy==2.2.6 -onnx==1.21.0 +onnx==1.22.0 onnxruntime==1.24.1 protobuf==5.29.6 diff --git a/isolation-forest-onnx/setup.cfg b/isolation-forest-onnx/setup.cfg index 5084738..cd2eb9a 100644 --- a/isolation-forest-onnx/setup.cfg +++ b/isolation-forest-onnx/setup.cfg @@ -17,7 +17,7 @@ python_requires = >=3.11 install_requires = avro_python3==1.9.1 numpy==2.2.6 - onnx==1.21.0 + onnx==1.22.0 onnxruntime==1.24.1 protobuf==5.29.6