From a99c242651c691402609c0c800286e1bdf9b3fe4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Mar 2025 18:46:31 +0000 Subject: [PATCH] build(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/v4.22.0-rc1...v6.30.1) --- updated-dependencies: - dependency-name: protobuf dependency-type: direct:production ... 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 b5e604025..8b85b99a2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,7 +30,7 @@ dependencies = [ "grpcio>=1.53.2,<1.69", "multidict<7.0,>=4.5", "msgpack>=1,<1.2", - "protobuf>=4.21.12,<5.29", + "protobuf>=4.21.12,<6.31", "pydantic<3,>=2.10", "pydantic-settings<3,>=2.3", "pyyaml<7,>=6.0.1", diff --git a/requirements.txt b/requirements.txt index d971ea814..5d9abcc4b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,7 +6,7 @@ cryptography>=43.0.1,<45 grpcio>=1.53.2,<1.69 multidict<7.0,>=4.5 msgpack>=1,<1.2 -protobuf>=4.21.12,<5.29 +protobuf>=4.21.12,<6.31 pydantic<3,>=2.10 pydantic-settings<3,>=2.3 pyyaml<7,>=6.0.1