From fd5dc7fdb8a1b5b045cd9a7f89f62362fe22e4ef Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 29 Nov 2024 17:28:03 +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...v5.29.0) --- 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 5fd8be349..996fab083 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,7 +28,7 @@ dependencies = [ "aiohttp>=3.10.11,<3.12", "cryptography>=43.0.1,<45", "grpcio>=1.53.2,<1.69", - "protobuf>=4.21.12,<5.29", + "protobuf>=4.21.12,<5.30", "pydantic<3,>=2.6", "pydantic-settings<3,>=2.3", "pyyaml<7,>=6.0.1", diff --git a/requirements.txt b/requirements.txt index 34852fc14..51a34eab3 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,7 +4,7 @@ aiofiles<25,>=24.1 aiohttp>=3.10.11,<3.12 cryptography>=43.0.1,<45 grpcio>=1.53.2,<1.69 -protobuf>=4.21.12,<5.29 +protobuf>=4.21.12,<5.30 pydantic<3,>=2.6 pydantic-settings<3,>=2.3 pyyaml<7,>=6.0.1