From 392b49a81fadca22b31054afe65f329b54e93da5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 26 Jun 2025 03:34:05 +0000 Subject: [PATCH] chore(deps): update dependency grpcio-tools to v1.73.1 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index df80607..74173e4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -46,7 +46,7 @@ type = "virtual" detached = true path = ".venv-generate" dependencies = [ - "grpcio-tools==1.72.1", + "grpcio-tools==1.73.1", "protobuf==6.31.1", ]