From da1f484dc44183b1d1f31e95f51c6de082138eb6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 7 Dec 2023 19:18:51 +0000 Subject: [PATCH] Update dependency grpcio-tools to v1.60.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 3c479ed..5d8cfdf 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -41,7 +41,7 @@ dependencies = ["ipython==8.18.1"] type = "virtual" detached = true path = ".venv-generate" -dependencies = ["grpcio-tools==1.59.3"] +dependencies = ["grpcio-tools==1.60.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"