From 1cd084b2466a9f0fd13dbb10c21b079dec860b43 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Jun 2025 03:56:37 +0000 Subject: [PATCH] build(deps): bump protobuf from 3.17.3 to 4.25.8 in /udf/agent/py2 Bumps [protobuf](https://github.com/protocolbuffers/protobuf) from 3.17.3 to 4.25.8. - [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/v3.17.3...v4.25.8) --- updated-dependencies: - dependency-name: protobuf dependency-version: 4.25.8 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- udf/agent/py2/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/udf/agent/py2/setup.py b/udf/agent/py2/setup.py index 8efb3bbc3..309536f6b 100644 --- a/udf/agent/py2/setup.py +++ b/udf/agent/py2/setup.py @@ -14,7 +14,7 @@ 'kapacitor.udf', ], install_requires=[ - "protobuf==3.17.3", + "protobuf==4.25.8", ], maintainer_email="support@influxdb.com", license="MIT",