From 5cce64c7ef9dfc9ade57ba3bd1ab47c3fdd4d088 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 22 Nov 2023 02:52:35 +0000 Subject: [PATCH] Update dependency grpcio to v1.59.3 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 0681ef4..8e0fdc2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,7 +26,7 @@ dependencies = [ # Pin at least the things we import directly. "click==8.1.7", - "grpcio==1.59.2", + "grpcio==1.59.3", "protobuf==4.25.1", ]