From f14b31060c8c7e0929be5f1ba917ade5e64941d7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 19 Feb 2025 03:45:20 +0000 Subject: [PATCH] build(deps): Update grpcio requirement 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.70.0) --- updated-dependencies: - dependency-name: grpcio 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 1b1142ac3..e6fa07f4d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,7 +27,7 @@ dependencies = [ "anyio>=4.5.1,<5", "aiohttp>=3.10.11,<3.12", "cryptography>=43.0.1,<45", - "grpcio>=1.53.2,<1.69", + "grpcio>=1.53.2,<1.71", "multidict<7.0,>=4.5", "msgpack>=1,<1.2", "protobuf>=4.21.12,<5.29", diff --git a/requirements.txt b/requirements.txt index d971ea814..89792340e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,7 +3,7 @@ anyio>=4.5.1,<5 aiohttp>=3.10.11,<3.12 cryptography>=43.0.1,<45 -grpcio>=1.53.2,<1.69 +grpcio>=1.53.2,<1.71 multidict<7.0,>=4.5 msgpack>=1,<1.2 protobuf>=4.21.12,<5.29