From 5743f7b820cf755c5a9cf10db991fd45ce76d876 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 20 Jul 2024 08:55:32 +0000 Subject: [PATCH] Update dependency grpcio to ~=1.65.1 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 781b2c8..f2a5ca1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ authors = [] requires-python = ">= 3.9" dependencies = [ - "grpcio~=1.54.2", + "grpcio~=1.65.1", "protobuf~=4.23.2", ]