From 35c51f56b99a3dd948c7849257dd52f4d192eb2a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Mar 2026 07:07:00 +0000 Subject: [PATCH] deps: bump protobuf in the python-dependencies group Bumps the python-dependencies group with 1 update: [protobuf](https://github.com/protocolbuffers/protobuf). Updates `protobuf` from 6.33.5 to 7.34.0 - [Release notes](https://github.com/protocolbuffers/protobuf/releases) - [Commits](https://github.com/protocolbuffers/protobuf/commits) --- updated-dependencies: - dependency-name: protobuf dependency-version: 7.34.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: python-dependencies ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 834522d..334e4f5 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ setuptools==82.0.0 # not directly required, pinned to avoid a vulnerability -protobuf==6.33.5 +protobuf==7.34.0 requests==2.32.5 future>=0.18.3 # used in tests tox>=4.15.0