From 8f484b01fff305d8d97f3c6fabbe4d877278f8dc Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 5 Jan 2025 07:59:52 +0000 Subject: [PATCH] Update dependency grpcio-tools to v1.69.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index bda3a6e..774b5ba 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ license = "Apache-2.0" python = ">=3.11,<3.14" c65faucet = "1.0.80" grpcio = "1.68.1" -grpcio-tools = "1.68.1" +grpcio-tools = "1.69.0" protobuf = "5.29.2" prometheus_client = "0.21.1" pybind11 = "2.13.6"