From 8545053f1946b7e26fcae00b74ecc966242882b4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 24 Jul 2025 21:59:12 +0000 Subject: [PATCH] chore(deps): update dependency grpcio-tools to v1.74.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 204fa37..e9ba81d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -46,7 +46,7 @@ type = "virtual" detached = true path = ".venv-generate" dependencies = [ - "grpcio-tools==1.73.1", + "grpcio-tools==1.74.0", "protobuf==6.31.1", ]