From b8dd9ec25661c297201a3ad35cfe79a15b54fc49 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 8 Jan 2025 19:50:52 +0000 Subject: [PATCH] chore(deps): 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 cc80033..7d2476b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -44,7 +44,7 @@ dependencies = ["ipython==8.29.0"] type = "virtual" detached = true path = ".venv-generate" -dependencies = ["grpcio-tools==1.67.0"] +dependencies = ["grpcio-tools==1.69.0"] [tool.hatch.envs.generate.scripts] protoc = "python -m grpc_tools.protoc --proto_path=. --python_out=. --pyi_out=. --grpc_python_out=. crossplane/function/proto/v1beta1/run_function.proto crossplane/function/proto/v1/run_function.proto"