From 9c8ef508c48b2b572da69675df835eecfb2eaef3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Nov 2024 18:49:04 +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.68.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 103aa1123..545d2fddb 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.68", + "grpcio>=1.53.2,<1.69", "protobuf>=4.21.12,<5.29", "pydantic<3,>=2.6", "pydantic-settings<3,>=2.3", diff --git a/requirements.txt b/requirements.txt index 777257efc..bac7a5543 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.68 +grpcio>=1.53.2,<1.69 protobuf>=4.21.12,<5.29 pydantic<3,>=2.6 pydantic-settings<3,>=2.3