From d33a984dfcf864522ccc95ac5603ef9406786f18 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Mar 2026 08:29:16 +0000 Subject: [PATCH] Bump protobuf from 5.29.5 to 7.34.1 Bumps [protobuf](https://github.com/protocolbuffers/protobuf) from 5.29.5 to 7.34.1. - [Release notes](https://github.com/protocolbuffers/protobuf/releases) - [Commits](https://github.com/protocolbuffers/protobuf/commits) --- updated-dependencies: - dependency-name: protobuf dependency-version: 7.34.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 6849b2e..32d4904 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,7 +15,7 @@ requires-python = ">=3.10" dependencies = [ "javaobj-py3 >= 0.4.4", "pycryptodomex >= 3.20.0", - "protobuf >= 5.28.5,< 6.0.0" + "protobuf >= 5.28.5,< 8.0.0" ] classifiers = [ "Environment :: Console", diff --git a/requirements.txt b/requirements.txt index f3626f7..3543a74 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,3 @@ javaobj-py3==0.4.4 pycryptodomex==3.23.0 -protobuf==5.29.5 \ No newline at end of file +protobuf==7.34.1 \ No newline at end of file