From 314d16c315c9643d2add88f7b29d0dd0f173e3c2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 29 Oct 2024 09:44:04 +0000 Subject: [PATCH] build(deps): Update grpcio requirement (#406) Updates the requirements on [grpcio](https://github.com/grpc/grpc) to permit the latest version. - [Release notes](https://github.com/grpc/grpc/releases) - [Changelog](https://github.com/grpc/grpc/blob/master/doc/grpc_release_schedule.md) - [Commits](https://github.com/grpc/grpc/compare/v1.53.2...v1.67.0) --- updated-dependencies: - dependency-name: grpcio dependency-type: direct:production ... 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> --- pyproject.toml | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index dde71f32e..103aa1123 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,7 +27,7 @@ dependencies = [ "aiofiles<25,>=24.1", "aiohttp>=3.10.2,<3.11", "cryptography>=43.0.1,<44", - "grpcio>=1.53.2,<1.67", + "grpcio>=1.53.2,<1.68", "protobuf>=4.21.12,<5.29", "pydantic<3,>=2.6", "pydantic-settings<3,>=2.3", diff --git a/requirements.txt b/requirements.txt index 535568ced..777257efc 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,7 +3,7 @@ aiofiles<25,>=24.1 aiohttp>=3.10.2,<3.11 cryptography>=43.0.1,<44 -grpcio>=1.53.2,<1.67 +grpcio>=1.53.2,<1.68 protobuf>=4.21.12,<5.29 pydantic<3,>=2.6 pydantic-settings<3,>=2.3