From 611b3c4cb10cf9708685046e55ca225472dc92bd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 2 Jul 2025 09:52:39 +0000 Subject: [PATCH] Bump protobuf from 5.26.1 to 5.29.5 in /isolation-forest-onnx Bumps [protobuf](https://github.com/protocolbuffers/protobuf) from 5.26.1 to 5.29.5. - [Release notes](https://github.com/protocolbuffers/protobuf/releases) - [Changelog](https://github.com/protocolbuffers/protobuf/blob/main/protobuf_release.bzl) - [Commits](https://github.com/protocolbuffers/protobuf/compare/v5.26.1...v5.29.5) --- updated-dependencies: - dependency-name: protobuf dependency-version: 5.29.5 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 f757ae0..c48c5de 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.18.0 -protobuf==5.26.1 +protobuf==5.29.5 diff --git a/isolation-forest-onnx/setup.cfg b/isolation-forest-onnx/setup.cfg index 490bc87..88f6998 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.26.1 + protobuf==5.29.5 [options.extras_require] test =