From 092258142c5e573c65ad1bada31d144a7c1bce14 Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Mon, 3 Jun 2024 23:01:34 +0000 Subject: [PATCH] chore(deps): update dependency grpcio to v1.64.1 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 733a7a45..4f34f26c 100644 --- a/setup.py +++ b/setup.py @@ -43,7 +43,7 @@ ], python_requires=">=3.8", install_requires=[ - "grpcio==1.63.0", + "grpcio==1.64.1", "googleapis-common-protos==1.63.0", "protobuf==4.25.3", "flask==3.0.3",