From b79146a8c4c841dcee5f65bfba2f9a068f87a024 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 2 Aug 2024 18:19:41 +0000 Subject: [PATCH] chore(deps): update dependency grpcio-tools to v1.65.4 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index cf2b3a5..bf8ea87 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -38,7 +38,7 @@ dependencies = ["ipython==8.26.0"] type = "virtual" detached = true path = ".venv-generate" -dependencies = ["grpcio-tools==1.65.1"] +dependencies = ["grpcio-tools==1.65.4"] [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"