From de5a11c59ffe3c829c40d238ed236461b803a52e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 1 Feb 2025 21:16:32 +0000 Subject: [PATCH] fix(deps): update dependency grpcio to v1.70.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a7ea9f9..bdec446 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,7 +17,7 @@ classifiers = [ ] dependencies = [ - "grpcio==1.67.0", + "grpcio==1.70.0", "grpcio-reflection==1.*", "protobuf==5.29.3", "pydantic==2.*",