Merge pull request #21 from crossplane/renovate/grpcio-tools-1.x

Update dependency grpcio-tools to v1.60.0
This commit is contained in:
Bob Haddleton 2023-12-07 20:16:48 -06:00 committed by GitHub
commit 8f6e9c20fc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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"