From 139ab813648cd047ff049b200a66a29e9b31c809 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Feb 2026 22:16:56 +0000 Subject: [PATCH] build(deps): bump protobuf from 3.17.3 to 5.29.6 in /udf/agent/py2 Bumps [protobuf](https://github.com/protocolbuffers/protobuf) from 3.17.3 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] --- 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..37c394be4 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==5.29.6", ], maintainer_email="support@influxdb.com", license="MIT",