From 8b9757b7a7648363d209b597d211c4aab83bbf1b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Feb 2026 09:32:00 +0000 Subject: [PATCH] Bump protobuf from 5.29.5 to 5.29.6 in /isolation-forest-onnx Bumps [protobuf](https://github.com/protocolbuffers/protobuf) from 5.29.5 to 5.29.6. - [Release notes](https://github.com/protocolbuffers/protobuf/releases) - [Commits](https://github.com/protocolbuffers/protobuf/commits) --- updated-dependencies: - dependency-name: protobuf dependency-version: 5.29.6 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 19b5f59..adba846 100644 --- a/isolation-forest-onnx/requirements.txt +++ b/isolation-forest-onnx/requirements.txt @@ -2,4 +2,4 @@ avro-python3==1.9.1 numpy==1.26.4 onnx==1.17.0 onnxruntime==1.19.2 -protobuf==5.29.5 +protobuf==5.29.6 diff --git a/isolation-forest-onnx/setup.cfg b/isolation-forest-onnx/setup.cfg index d8811be..faac6e5 100644 --- a/isolation-forest-onnx/setup.cfg +++ b/isolation-forest-onnx/setup.cfg @@ -17,7 +17,7 @@ install_requires = numpy==1.26.4 onnx==1.17.0 onnxruntime==1.18.0 - protobuf==5.29.5 + protobuf==5.29.6 [options.extras_require] test =