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

chore(deps): update dependency grpcio-tools to v1.67.0
This commit is contained in:
Bob Haddleton 2024-10-17 22:39:31 -05:00 committed by GitHub
commit 1bf5f444e4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ dependencies = ["ipython==8.28.0"]
type = "virtual"
detached = true
path = ".venv-generate"
dependencies = ["grpcio-tools==1.66.2"]
dependencies = ["grpcio-tools==1.67.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"