From b668afaf54a1a8ad30fd2e2f0fcd22d2c51fb31d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Jun 2025 02:11:26 +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/compare/v5.26.0-rc1...v6.31.1) --- updated-dependencies: - dependency-name: protobuf dependency-version: 6.31.1 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 1fa3a44f5..140d95310 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.32.0", "pymongo", "Flask==3.1.1", "pyjwt",