From 4baec755b20a5db93f2b21e0c72ace665cd19337 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 29 Oct 2024 18:26:17 +0900 Subject: [PATCH] build(deps): Update protobuf requirement from <4.22,>=4.21.12 to >=4.21.12,<5.29 (#385) * 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...v5.28.0) --- updated-dependencies: - dependency-name: protobuf dependency-type: direct:production ... Signed-off-by: dependabot[bot] * [GHA] Update requirements.txt on pyproject.toml changed --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Bodong Yang <86948717+Bodong-Yang@users.noreply.github.com> Co-authored-by: github-actions[bot] --- pyproject.toml | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 5ace7c18a..dde71f32e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,7 +28,7 @@ dependencies = [ "aiohttp>=3.10.2,<3.11", "cryptography>=43.0.1,<44", "grpcio>=1.53.2,<1.67", - "protobuf<4.22,>=4.21.12", + "protobuf>=4.21.12,<5.29", "pydantic<3,>=2.6", "pydantic-settings<3,>=2.3", "pyopenssl<25,>=24.1", diff --git a/requirements.txt b/requirements.txt index e1a74b16e..535568ced 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,7 +4,7 @@ aiofiles<25,>=24.1 aiohttp>=3.10.2,<3.11 cryptography>=43.0.1,<44 grpcio>=1.53.2,<1.67 -protobuf<4.22,>=4.21.12 +protobuf>=4.21.12,<5.29 pydantic<3,>=2.6 pydantic-settings<3,>=2.3 pyopenssl<25,>=24.1