From 1ba47b5a7ea74b6fb604b11537c2e43be52fdeb3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 11 Jun 2024 10:05:29 +0000 Subject: [PATCH] deps: update protobuf requirement from ~=4.25.2 to >=4.25.2,<5.28.0 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/v4.25.2...v5.27.1) --- updated-dependencies: - dependency-name: protobuf 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 c11605cb6..ef1b1d019 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -35,7 +35,7 @@ dependencies = [ "grpcio~=1.60.0", "grpcio-tools~=1.60.0", "numpy>=1.21.6", - "protobuf~=4.25.2", + "protobuf>=4.25.2,<5.28.0", "pymongo", "Flask==3.0.3", "pyjwt",