From 72dcd69eab684604b2720fa0d131e68ccb06de35 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 2 Jun 2025 10:21:27 +0000 Subject: [PATCH] chore(deps): update dependency grpcio-tools to v1.72.1 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 9ff352c..5a13c87 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -46,7 +46,7 @@ type = "virtual" detached = true path = ".venv-generate" dependencies = [ - "grpcio-tools==1.71.0", + "grpcio-tools==1.72.1", "protobuf==6.30.2", ]