From 9b1ee1d8a7d8ee46cb654b086d207f81918fc3e4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Oct 2025 02:11:52 +0000 Subject: [PATCH] deps: update protobuf requirement Updates the requirements on [protobuf](https://github.com/protocolbuffers/protobuf) to permit the latest version. - [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/commits) --- updated-dependencies: - dependency-name: protobuf dependency-version: 6.33.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 927177b78..5d76178b9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -35,7 +35,7 @@ dependencies = [ "grpcio>=1.68.1,<=1.70", "grpcio-tools>=1.68.1,<=1.70", "numpy>=1.21.6", - "protobuf>=5.0.0,<6.31.0", + "protobuf>=5.0.0,<6.34.0", "pymongo", "Flask==3.1.1", "pyjwt",